Html Css Color HEX #F08E1E Carrot Orange

📋 copy color: '#F08E1E'

red 240 ◦ green 142 ◦ blue 30

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

Shades of Carrot Orange #F08E1E

Tints of Carrot Orange #F08E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 30 (12.11% from 255) = 7.28%

R = 58.25%
G = 34.47%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F08E1E (or 0xF08E1E) is known color: Carrot Orange. HEX triplet: F0, 8E and 1E. RGB value is (240,142,30). Sum of RGB (Red+Green+Blue) = 240+142+30=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 30 (12.11% from 255 or 7.28% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08E1E is #0F71E1. Grayscale: #9F9F9F. Windows color (decimal): -1012194 or 2002672. OLE color: 2002672.

HSL color Cylindrical-coordinate representation of color #F08E1E: hue angle of 32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F08E1E is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 30 -
CMYK 0 0.41 0.87 0.06
HSL 32º 0.88% 0.53% -
HSV(B) 32º 0.88% 0.94% -
XYZ 45.84 37.97 6.14 -
YUV 158.53 55.47 186.11 -
System Red Green Blue C M Y K H S L
Decimal 240 142 30 0 0.41 0.87 0.06 32 0.88 0.53
Hex F0 8E 1E 0 29 57 6 20 58 35
Octal 360 216 36 0 51 127 6 40 130 65
Binary 11110000 10001110 11110 0 101001 1010111 110 100000 1011000 110101

Color Harmonies of #F08E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E1E

Black with #F08E1E

Text Example


Text Example

White with #F08E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E1E; }

 p { color: rgb(240,142,30); }

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

background-color css

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

 a { background-color: rgb(240,142,30); }

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

border-color css

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

 span { border-color: rgb(240,142,30); }

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