Html Css Color HEX #F08E1A Carrot Orange

📋 copy color: '#F08E1A'

red 240 ◦ green 142 ◦ blue 26

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

Shades of Carrot Orange #F08E1A

Tints of Carrot Orange #F08E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 58.82%
G = 34.8%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F08E1A (or 0xF08E1A) is known color: Carrot Orange. HEX triplet: F0, 8E and 1A. RGB value is (240,142,26). Sum of RGB (Red+Green+Blue) = 240+142+26=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08E1A is #0F71E5. Grayscale: #9E9E9E. Windows color (decimal): -1012198 or 1740528. OLE color: 1740528.

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

Color convert

RGB 240 142 26 -
CMYK 0 0.41 0.89 0.06
HSL 32.52º 0.88% 0.52% -
HSV(B) 32.52º 0.89% 0.94% -
XYZ 45.79 37.95 5.89 -
YUV 158.08 53.47 186.43 -
System Red Green Blue C M Y K H S L
Decimal 240 142 26 0 0.41 0.89 0.06 32.52 0.88 0.52
Hex F0 8E 1A 0 29 59 6 21 58 34
Octal 360 216 32 0 51 131 6 41 130 64
Binary 11110000 10001110 11010 0 101001 1011001 110 100001 1011000 110100

Color Harmonies of #F08E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E1A

Black with #F08E1A

Text Example


Text Example

White with #F08E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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