#FF8E1E

Color #FF8E1E Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #FF8E1E

Tints of Carrot Orange #FF8E1E

Color information

#FF8E1E (or 0xFF8E1E) is unknown color: approx Carrot Orange. HEX triplet: FF, 8E and 1E. RGB value is (255,142,30). Sum of RGB (Red+Green+Blue) = 255+142+30=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E1E is #0071E1. Grayscale: #A3A3A3. Windows color (decimal): -29154 or 2002687. OLE color: 2002687.

HSL color Cylindrical-coordinate representation of color #FF8E1E: hue angle of 29.87º 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 #FF8E1E is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25514230-
CMYK00.440.880
HSL29.87º100%55.88%-
HSV(B)29.87º88.24%100%-
XYZ51.1540.76.39-
YUV163.0252.94193.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 30 (12.11% from 255) = 7.03%
R=59.72%
G=33.26%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551423000.440.88029.8710055.88
HexFF8E1E02C5801e6438
Octal3772163605413003614470
Binary111111111000111011110010110010110000111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E1E; }

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

 H1.HeaderClassName
 {
   color: #FF8E1E;
 }
 .AnyTagClassName
 {
   color: #FF8E1E;
 }
</style>
background-color css

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

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

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

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

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

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