Color Hex Logo

#f0992d Color Hex

#F0992D
(240,153,45)
1 Favorites   0 Comments

Color spaces of #f0992d

RGB 24015345
HSL0.090.870.56
HSV33°81°94°
CMYK 0.000.360.81   0.06
XYZ47.800141.49727.9730
Yxy41.49720.49140.4266
Hunter Lab64.418319.719737.7546
CIE-Lab70.522924.675365.5046

#f0992d color RGB value is (240,153,45).

#f0992d hex color red value is 240, green value is 153 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f0992d hue: 0.09 , saturation: 0.87 and the lightness value of f0992d is 0.56.

The process color (four color CMYK) of #f0992d color hex is 0.00, 0.36, 0.81, 0.06. Web safe color of #f0992d is #ff9933. Color #f0992d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011001 00101101
Octal 360 231 55
Decimal 240 153 45
Hex F0 99 2D

RGB Percentages of Color #f0992d

%54.79
%34.93
%10.27

CMYK Percentages of Color #f0992d

%0
%36
%81
%6

Triadic Colors of #f0992d

#f0992d #2df099 #992df0

Analogous Colors of #f0992d

#f0992d #e6f02d #f0372d

Monochromatic Colors of #f0992d

#f0992d

Complementary Color

#f0992d #2d84f0

#f0992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0992d Color CSS Codes

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

#f0992d Text Font Color

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

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


#f0992d Background Color

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

This div background color is #f0992d


#f0992d Border Color

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

This div border color is #f0992d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,153,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0992d

#f0992d Color Palettes


Comments

No comments written yet.

Please login to write comment.