Color Hex Logo

#f0450b Color Hex

#F0450B
(240,69,11)
0 Favorites   0 Comments

Color spaces of #f0450b

RGB 2406911
HSL0.040.910.49
HSV15°95°94°
CMYK 0.000.710.95   0.06
XYZ38.123722.80572.7092
Yxy22.80570.59910.3584
Hunter Lab47.755358.927130.0651
CIE-Lab54.871663.260563.8045

#f0450b color RGB value is (240,69,11).

#f0450b hex color red value is 240, green value is 69 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f0450b hue: 0.04 , saturation: 0.91 and the lightness value of f0450b is 0.49.

The process color (four color CMYK) of #f0450b color hex is 0.00, 0.71, 0.95, 0.06. Web safe color of #f0450b is #ff3300. Color #f0450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 00001011
Octal 360 105 13
Decimal 240 69 11
Hex F0 45 B

RGB Percentages of Color #f0450b

%75.00
%21.56
%3.44

CMYK Percentages of Color #f0450b

%0
%71
%95
%6

Triadic Colors of #f0450b

#f0450b #0bf045 #450bf0

Analogous Colors of #f0450b

#f0450b #f0b80b #f00b44

Monochromatic Colors of #f0450b

#f0450b

Complementary Color

#f0450b #0bb6f0

#f0450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0450b Color CSS Codes

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

#f0450b Text Font Color

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

This sample text font color is #f0450b
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.


#f0450b Background Color

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

This div background color is #f0450b


#f0450b Border Color

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

This div border color is #f0450b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,69,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 #f0450b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0450b


Comments

No comments written yet.

Please login to write comment.