Html Css Color HEX #F08D14 Carrot Orange

📋 copy color: '#F08D14'

red 240 ◦ green 141 ◦ blue 20

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

Shades of Carrot Orange #F08D14

Tints of Carrot Orange #F08D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 59.85%
G = 35.16%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F08D14 (or 0xF08D14) is known color: Carrot Orange. HEX triplet: F0, 8D and 14. RGB value is (240,141,20). Sum of RGB (Red+Green+Blue) = 240+141+20=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08D14 is #0F72EB. Grayscale: #9D9D9D. Windows color (decimal): -1012460 or 1347056. OLE color: 1347056.

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

Color convert

RGB 240 141 20 -
CMYK 0 0.41 0.92 0.06
HSL 33º 0.88% 0.51% -
HSV(B) 33º 0.92% 0.94% -
XYZ 45.59 37.63 5.52 -
YUV 156.81 50.8 187.34 -
System Red Green Blue C M Y K H S L
Decimal 240 141 20 0 0.41 0.92 0.06 33 0.88 0.51
Hex F0 8D 14 0 29 5C 6 21 58 33
Octal 360 215 24 0 51 134 6 41 130 63
Binary 11110000 10001101 10100 0 101001 1011100 110 100001 1011000 110011

Color Harmonies of #F08D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D14

Black with #F08D14

Text Example


Text Example

White with #F08D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D14; }

 p { color: rgb(240,141,20); }

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

background-color css

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

 a { background-color: rgb(240,141,20); }

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

border-color css

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

 span { border-color: rgb(240,141,20); }

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