Color Hex Logo

#f7250b Color Hex

#F7250B
(247,37,11)
0 Favorites   0 Comments

Color spaces of #f7250b

RGB 2473711
HSL0.020.940.51
HSV96°97°
CMYK 0.000.850.96   0.03
XYZ39.079721.12152.3337
Yxy21.12150.62490.3378
Hunter Lab45.958171.357629.1600
CIE-Lab53.082274.030363.5520

#f7250b color RGB value is (247,37,11).

#f7250b hex color red value is 247, green value is 37 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f7250b hue: 0.02 , saturation: 0.94 and the lightness value of f7250b is 0.51.

The process color (four color CMYK) of #f7250b color hex is 0.00, 0.85, 0.96, 0.03. Web safe color of #f7250b is #ff3300. Color #f7250b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100101 00001011
Octal 367 45 13
Decimal 247 37 11
Hex F7 25 B

RGB Percentages of Color #f7250b

%83.73
%12.54
%3.73

CMYK Percentages of Color #f7250b

%0
%85
%96
%3

Triadic Colors of #f7250b

#f7250b #0bf725 #250bf7

Analogous Colors of #f7250b

#f7250b #f79b0b #f70b67

Monochromatic Colors of #f7250b

#f7250b

Complementary Color

#f7250b #0bddf7

#f7250b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7250b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7250b Color CSS Codes

.mybgcolor {background-color:#f7250b; } 
.myforecolor {color:#f7250b; }
.mybordercolor {border:3px solid #f7250b; }

#f7250b Text Font Color

<p style="color:#f7250b">Text here</p>

This sample text font color is #f7250b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f7250b Background Color

<div style="background-color:#f7250b">
Div content here</div>

This div background color is #f7250b


#f7250b Border Color

<div style="border:3px solid #f7250b">
Div here</div>

This div border color is #f7250b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,37,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7250b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7250b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7250b;
  box-shadow:         1px 1px 3px 2px #f7250b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,37,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f7250b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f7250b;
  -webkit-box-shadow: 1px 1px 3px 2px #f7250b;
  box-shadow:         1px 1px 3px 2px #f7250b;">
Div content here</div>

This div box has shadow with color #f7250b


Comments

No comments written yet.

Please login to write comment.