Html Css Color HEX #F09114 Carrot Orange

📋 copy color: '#F09114'

red 240 ◦ green 145 ◦ blue 20

#F09114
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F09114

Tints of Carrot Orange #F09114

RGB

 RED value IS 240 (94.14% from 255) = 59.26%

 GREEN value IS 145 (57.03% from 255) = 35.8%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 59.26%
G = 35.8%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09114 (or 0xF09114) is known color: Carrot Orange. HEX triplet: F0, 91 and 14. RGB value is (240,145,20). Sum of RGB (Red+Green+Blue) = 240+145+20=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09114 is #0F6EEB. Grayscale: #9F9F9F. Windows color (decimal): -1011436 or 1348080. OLE color: 1348080.

HSL color Cylindrical-coordinate representation of color #F09114: hue angle of 34.09º 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 #F09114 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 20 -
CMYK 0 0.40 0.92 0.06
HSL 34.09º 0.88% 0.51% -
HSV(B) 34.09º 0.92% 0.94% -
XYZ 46.19 38.83 5.72 -
YUV 159.16 49.47 185.66 -
System Red Green Blue C M Y K H S L
Decimal 240 145 20 0 0.40 0.92 0.06 34.09 0.88 0.51
Hex F0 91 14 0 28 5C 6 22 58 33
Octal 360 221 24 0 50 134 6 42 130 63
Binary 11110000 10010001 10100 0 101000 1011100 110 100010 1011000 110011

Color Harmonies of #F09114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09114

Black with #F09114

Text Example


Text Example

White with #F09114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09114; }

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

 H1.HeaderClassName
 {
   color: #F09114;
 }
 .AnyTagClassName
 {
   color: #F09114;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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