Html Css Color HEX #FF8E1F Carrot Orange

📋 copy color: '#FF8E1F'

red 255 ◦ green 142 ◦ blue 31

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

Shades of Carrot Orange #FF8E1F

Tints of Carrot Orange #FF8E1F

RGB

 RED value IS 255 (100% from 255) = 59.58%

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

 BLUE value IS 31 (12.5% from 255) = 7.24%

R = 59.58%
G = 33.18%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF8E1F (or 0xFF8E1F) is known color: Carrot Orange. HEX triplet: FF, 8E and 1F. RGB value is (255,142,31). Sum of RGB (Red+Green+Blue) = 255+142+31=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E1F is #0071E0. Grayscale: #A3A3A3. Windows color (decimal): -29153 or 2068223. OLE color: 2068223.

HSL color Cylindrical-coordinate representation of color #FF8E1F: hue angle of 29.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF8E1F is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 142 31 -
CMYK 0 0.44 0.88 0
HSL 29.73º 1% 0.56% -
HSV(B) 29.73º 0.88% 1% -
XYZ 51.16 40.7 6.46 -
YUV 163.13 53.44 193.53 -
System Red Green Blue C M Y K H S L
Decimal 255 142 31 0 0.44 0.88 0 29.73 1 0.56
Hex FF 8E 1F 0 2C 58 0 1E 64 38
Octal 377 216 37 0 54 130 0 36 144 70
Binary 11111111 10001110 11111 0 101100 1011000 0 11110 1100100 111000

Color Harmonies of #FF8E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8E1F

Black with #FF8E1F

Text Example


Text Example

White with #FF8E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8E1F; }

 p { color: rgb(255,142,31); }

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

background-color css

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

 a { background-color: rgb(255,142,31); }

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

border-color css

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

 span { border-color: rgb(255,142,31); }

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