Html Css Color HEX #F08115 Carrot Orange

📋 copy color: '#F08115'

red 240 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #F08115

Tints of Carrot Orange #F08115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 61.54%
G = 33.08%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08115 (or 0xF08115) is known color: Carrot Orange. HEX triplet: F0, 81 and 15. RGB value is (240,129,21). Sum of RGB (Red+Green+Blue) = 240+129+21=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F08115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08115 is #0F7EEA. Grayscale: #969696. Windows color (decimal): -1015531 or 1409520. OLE color: 1409520.

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

Color convert

RGB 240 129 21 -
CMYK 0 0.46 0.91 0.06
HSL 29.59º 0.88% 0.51% -
HSV(B) 29.59º 0.91% 0.94% -
XYZ 43.92 34.28 5.01 -
YUV 149.88 55.27 192.28 -
System Red Green Blue C M Y K H S L
Decimal 240 129 21 0 0.46 0.91 0.06 29.59 0.88 0.51
Hex F0 81 15 0 2E 5B 6 1E 58 33
Octal 360 201 25 0 56 133 6 36 130 63
Binary 11110000 10000001 10101 0 101110 1011011 110 11110 1011000 110011

Color Harmonies of #F08115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08115

Black with #F08115

Text Example


Text Example

White with #F08115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08115; }

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

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

background-color css

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

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

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

border-color css

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

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

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