Html Css Color HEX #F08815 Carrot Orange

📋 copy color: '#F08815'

red 240 ◦ green 136 ◦ blue 21

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

Shades of Carrot Orange #F08815

Tints of Carrot Orange #F08815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 60.45%
G = 34.26%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08815 (or 0xF08815) is known color: Carrot Orange. HEX triplet: F0, 88 and 15. RGB value is (240,136,21). Sum of RGB (Red+Green+Blue) = 240+136+21=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F08815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08815 is #0F77EA. Grayscale: #9A9A9A. Windows color (decimal): -1013739 or 1411312. OLE color: 1411312.

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

Color convert

RGB 240 136 21 -
CMYK 0 0.43 0.91 0.06
HSL 31.51º 0.88% 0.51% -
HSV(B) 31.51º 0.91% 0.94% -
XYZ 44.87 36.19 5.33 -
YUV 153.99 52.96 189.35 -
System Red Green Blue C M Y K H S L
Decimal 240 136 21 0 0.43 0.91 0.06 31.51 0.88 0.51
Hex F0 88 15 0 2B 5B 6 20 58 33
Octal 360 210 25 0 53 133 6 40 130 63
Binary 11110000 10001000 10101 0 101011 1011011 110 100000 1011000 110011

Color Harmonies of #F08815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08815

Black with #F08815

Text Example


Text Example

White with #F08815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08815; }

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

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

background-color css

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

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

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

border-color css

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

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

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