Html Css Color HEX #F08C13 Carrot Orange

📋 copy color: '#F08C13'

red 240 ◦ green 140 ◦ blue 19

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

Shades of Carrot Orange #F08C13

Tints of Carrot Orange #F08C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 60.15%
G = 35.09%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08C13 (or 0xF08C13) is known color: Carrot Orange. HEX triplet: F0, 8C and 13. RGB value is (240,140,19). Sum of RGB (Red+Green+Blue) = 240+140+19=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08C13 is #0F73EC. Grayscale: #9C9C9C. Windows color (decimal): -1012717 or 1281264. OLE color: 1281264.

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

Color convert

RGB 240 140 19 -
CMYK 0 0.42 0.92 0.06
HSL 32.85º 0.88% 0.51% -
HSV(B) 32.85º 0.92% 0.94% -
XYZ 45.43 37.33 5.43 -
YUV 156.11 50.63 187.84 -
System Red Green Blue C M Y K H S L
Decimal 240 140 19 0 0.42 0.92 0.06 32.85 0.88 0.51
Hex F0 8C 13 0 2A 5C 6 21 58 33
Octal 360 214 23 0 52 134 6 41 130 63
Binary 11110000 10001100 10011 0 101010 1011100 110 100001 1011000 110011

Color Harmonies of #F08C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08C13

Black with #F08C13

Text Example


Text Example

White with #F08C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08C13; }

 p { color: rgb(240,140,19); }

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

background-color css

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

 a { background-color: rgb(240,140,19); }

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

border-color css

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

 span { border-color: rgb(240,140,19); }

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