#FF8E21

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

Shades of Carrot Orange #FF8E21

Tints of Carrot Orange #FF8E21

Color information

#FF8E21 (or 0xFF8E21) is unknown color: approx Carrot Orange. HEX triplet: FF, 8E and 21. RGB value is (255,142,33). Sum of RGB (Red+Green+Blue) = 255+142+33=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8E21 is #0071DE. Grayscale: #A3A3A3. Windows color (decimal): -29151 or 2199295. OLE color: 2199295.

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

Color convert

RGB25514233-
CMYK00.440.870
HSL29.46º100%56.47%-
HSV(B)29.46º87.06%100%-
XYZ51.1940.726.6-
YUV163.3654.44193.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.30%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 33 (13.28% from 255) = 7.67%
R=59.30%
G=33.02%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551423300.440.87029.4610056.47
HexFF8E2102C5701d6438
Octal3772164105412703514470
Binary1111111110001110100001010110010101110111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E21; }

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

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

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

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

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

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

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

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