#F08B1F

Color #F08B1F Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F08B1F

Tints of Carrot Orange #F08B1F

Color information

#F08B1F (or 0xF08B1F) is unknown color: approx Carrot Orange. HEX triplet: F0, 8B and 1F. RGB value is (240,139,31). Sum of RGB (Red+Green+Blue) = 240+139+31=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08B1F is #0F74E0. Grayscale: #9D9D9D. Windows color (decimal): -1012961 or 2067440. OLE color: 2067440.

HSL color Cylindrical-coordinate representation of color #F08B1F: hue angle of 31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F08B1F is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB24013931-
CMYK00.420.870.06
HSL31º87.45%53.14%-
HSV(B)31º87.08%94.12%-
XYZ45.4237.096.06-
YUV156.8956.96187.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 58.54%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 31 (12.5% from 255) = 7.56%
R=58.54%
G=33.90%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401393100.420.870.063187.4553.14
HexF08B1F02A5761f5735
Octal3602133705212763712765
Binary11110000100010111111101010101010111110111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B1F; }

 p { color: rgb(240,139,31); }

 H1.HeaderClassName
 {
   color: #F08B1F;
 }
 .AnyTagClassName
 {
   color: #F08B1F;
 }
</style>
background-color css

<style>
 a { background-color: #F08B1F; }

 a { background-color: rgb(240,139,31); }

 div.DivClassName
 {
   background-color: #F08B1F;
 }
 .BgClassName
 {
   background-color: #F08B1F;
 }
</style>
border-color css

<style>
 span { border-color: #F08B1F; }

 span { border-color: rgb(240,139,31); }

 td.TdClassName
 {
   border-color: #F08B1F;
 }
 .TagClassName
 {
   border-color: #F08B1F;
 }
</style>