#F08914

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

Shades of Carrot Orange #F08914

Tints of Carrot Orange #F08914

Color information

#F08914 (or 0xF08914) is unknown color: approx Carrot Orange. HEX triplet: F0, 89 and 14. RGB value is (240,137,20). Sum of RGB (Red+Green+Blue) = 240+137+20=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08914 is #0F76EB. Grayscale: #9B9B9B. Windows color (decimal): -1013484 or 1346032. OLE color: 1346032.

HSL color Cylindrical-coordinate representation of color #F08914: hue angle of 31.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F08914 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB24013720-
CMYK00.430.920.06
HSL31.91º88%50.98%-
HSV(B)31.91º91.67%94.12%-
XYZ45.0136.475.33-
YUV154.4652.12189.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.45%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 20 (8.20% from 255) = 5.04%
R=60.45%
G=34.51%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401372000.430.920.0631.918850.98
HexF0891402B5C6205833
Octal3602112405313464013063
Binary111100001000100110100010101110111001101000001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08914; }

 p { color: rgb(240,137,20); }

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

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

 a { background-color: rgb(240,137,20); }

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

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

 span { border-color: rgb(240,137,20); }

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