Html Css Color HEX #F09016 Carrot Orange

📋 copy color: '#F09016'

red 240 ◦ green 144 ◦ blue 22

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

Shades of Carrot Orange #F09016

Tints of Carrot Orange #F09016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.47%

 BLUE value IS 22 (8.98% from 255) = 5.42%

R = 59.11%
G = 35.47%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F09016 (or 0xF09016) is known color: Carrot Orange. HEX triplet: F0, 90 and 16. RGB value is (240,144,22). Sum of RGB (Red+Green+Blue) = 240+144+22=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F09016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09016 is #0F6FE9. Grayscale: #9F9F9F. Windows color (decimal): -1011690 or 1478896. OLE color: 1478896.

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

Color convert

RGB 240 144 22 -
CMYK 0 0.4 0.91 0.06
HSL 33.58º 0.88% 0.51% -
HSV(B) 33.58º 0.91% 0.94% -
XYZ 46.05 38.53 5.77 -
YUV 158.8 50.8 185.92 -
System Red Green Blue C M Y K H S L
Decimal 240 144 22 0 0.4 0.91 0.06 33.58 0.88 0.51
Hex F0 90 16 0 28 5B 6 22 58 33
Octal 360 220 26 0 50 133 6 42 130 63
Binary 11110000 10010000 10110 0 101000 1011011 110 100010 1011000 110011

Color Harmonies of #F09016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09016

Black with #F09016

Text Example


Text Example

White with #F09016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09016; }

 p { color: rgb(240,144,22); }

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

background-color css

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

 a { background-color: rgb(240,144,22); }

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

border-color css

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

 span { border-color: rgb(240,144,22); }

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