Html Css Color HEX #F08813 Carrot Orange

📋 copy color: '#F08813'

red 240 ◦ green 136 ◦ blue 19

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

Shades of Carrot Orange #F08813

Tints of Carrot Orange #F08813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.43%

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

R = 60.76%
G = 34.43%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08813 (or 0xF08813) is known color: Carrot Orange. HEX triplet: F0, 88 and 13. RGB value is (240,136,19). Sum of RGB (Red+Green+Blue) = 240+136+19=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F08813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08813 is #0F77EC. Grayscale: #9A9A9A. Windows color (decimal): -1013741 or 1280240. OLE color: 1280240.

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

Color convert

RGB 240 136 19 -
CMYK 0 0.43 0.92 0.06
HSL 31.76º 0.88% 0.51% -
HSV(B) 31.76º 0.92% 0.94% -
XYZ 44.86 36.18 5.24 -
YUV 153.76 51.96 189.51 -
System Red Green Blue C M Y K H S L
Decimal 240 136 19 0 0.43 0.92 0.06 31.76 0.88 0.51
Hex F0 88 13 0 2B 5C 6 20 58 33
Octal 360 210 23 0 53 134 6 40 130 63
Binary 11110000 10001000 10011 0 101011 1011100 110 100000 1011000 110011

Color Harmonies of #F08813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08813

Black with #F08813

Text Example


Text Example

White with #F08813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08813; }

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

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

background-color css

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

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

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

border-color css

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

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

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