Shades of Carrot Orange #FF8E21
Tints of Carrot Orange #FF8E21
RGB
CMYK
RGB Variations
Color information
#FF8E21 (or 0xFF8E21) is known color: 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
| RGB | 255 | 142 | 33 | - |
| CMYK | 0 | 0.44 | 0.87 | 0 |
| HSL | 29.46º | 1% | 0.56% | - |
| HSV(B) | 29.46º | 0.87% | 1% | - |
| XYZ | 51.19 | 40.72 | 6.6 | - |
| YUV | 163.36 | 54.44 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 33 | 0 | 0.44 | 0.87 | 0 | 29.46 | 1 | 0.56 |
| Hex | FF | 8E | 21 | 0 | 2C | 57 | 0 | 1D | 64 | 38 |
| Octal | 377 | 216 | 41 | 0 | 54 | 127 | 0 | 35 | 144 | 70 |
| Binary | 11111111 | 10001110 | 100001 | 0 | 101100 | 1010111 | 0 | 11101 | 1100100 | 111000 |
Color Harmonies of #FF8E21
Complementary color
Monochromatic Colors of #FF8E21
Black with #FF8E21
Text Example
Text Example
White with #FF8E21
Text Example
Text Example
HTML Codes & Css Web 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>