Html Css Color HEX #F08F15 Carrot Orange

📋 copy color: '#F08F15'

red 240 ◦ green 143 ◦ blue 21

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

Shades of Carrot Orange #F08F15

Tints of Carrot Orange #F08F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 59.41%
G = 35.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F08F15 (or 0xF08F15) is known color: Carrot Orange. HEX triplet: F0, 8F and 15. RGB value is (240,143,21). Sum of RGB (Red+Green+Blue) = 240+143+21=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F15 is #0F70EA. Grayscale: #9E9E9E. Windows color (decimal): -1011947 or 1413104. OLE color: 1413104.

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

Color convert

RGB 240 143 21 -
CMYK 0 0.40 0.91 0.06
HSL 33.42º 0.88% 0.51% -
HSV(B) 33.42º 0.91% 0.94% -
XYZ 45.89 38.22 5.67 -
YUV 158.1 50.64 186.42 -
System Red Green Blue C M Y K H S L
Decimal 240 143 21 0 0.40 0.91 0.06 33.42 0.88 0.51
Hex F0 8F 15 0 28 5B 6 21 58 33
Octal 360 217 25 0 50 133 6 41 130 63
Binary 11110000 10001111 10101 0 101000 1011011 110 100001 1011000 110011

Color Harmonies of #F08F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F15

Black with #F08F15

Text Example


Text Example

White with #F08F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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