Html Css Color HEX #F09616 Carrot Orange

📋 copy color: '#F09616'

red 240 ◦ green 150 ◦ blue 22

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

Shades of Carrot Orange #F09616

Tints of Carrot Orange #F09616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 58.25%
G = 36.41%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F09616 (or 0xF09616) is known color: Carrot Orange. HEX triplet: F0, 96 and 16. RGB value is (240,150,22). Sum of RGB (Red+Green+Blue) = 240+150+22=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F09616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09616 is #0F69E9. Grayscale: #A2A2A2. Windows color (decimal): -1010154 or 1480432. OLE color: 1480432.

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

Color convert

RGB 240 150 22 -
CMYK 0 0.37 0.91 0.06
HSL 35.23º 0.88% 0.51% -
HSV(B) 35.23º 0.91% 0.94% -
XYZ 46.99 40.4 6.08 -
YUV 162.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 240 150 22 0 0.37 0.91 0.06 35.23 0.88 0.51
Hex F0 96 16 0 25 5B 6 23 58 33
Octal 360 226 26 0 45 133 6 43 130 63
Binary 11110000 10010110 10110 0 100101 1011011 110 100011 1011000 110011

Color Harmonies of #F09616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09616

Black with #F09616

Text Example


Text Example

White with #F09616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09616; }

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

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

background-color css

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

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

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

border-color css

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

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

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