Html Css Color HEX #F08A16 Carrot Orange

📋 copy color: '#F08A16'

red 240 ◦ green 138 ◦ blue 22

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

Shades of Carrot Orange #F08A16

Tints of Carrot Orange #F08A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 60%
G = 34.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08A16 (or 0xF08A16) is known color: Carrot Orange. HEX triplet: F0, 8A and 16. RGB value is (240,138,22). Sum of RGB (Red+Green+Blue) = 240+138+22=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A16 is #0F75E9. Grayscale: #9B9B9B. Windows color (decimal): -1013226 or 1477360. OLE color: 1477360.

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

Color convert

RGB 240 138 22 -
CMYK 0 0.42 0.91 0.06
HSL 31.93º 0.88% 0.51% -
HSV(B) 31.93º 0.91% 0.94% -
XYZ 45.17 36.76 5.47 -
YUV 155.27 52.79 188.43 -
System Red Green Blue C M Y K H S L
Decimal 240 138 22 0 0.42 0.91 0.06 31.93 0.88 0.51
Hex F0 8A 16 0 2A 5B 6 20 58 33
Octal 360 212 26 0 52 133 6 40 130 63
Binary 11110000 10001010 10110 0 101010 1011011 110 100000 1011000 110011

Color Harmonies of #F08A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A16

Black with #F08A16

Text Example


Text Example

White with #F08A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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