Shades of Carrot Orange #FE8C21
Tints of Carrot Orange #FE8C21
RGB
CMYK
RGB Variations
Color information
#FE8C21 (or 0xFE8C21) is known color: Carrot Orange. HEX triplet: FE, 8C and 21. RGB value is (254,140,33). Sum of RGB (Red+Green+Blue) = 254+140+33=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C21 is #0173DE. Grayscale: #A2A2A2. Windows color (decimal): -95199 or 2198782. OLE color: 2198782.
HSL color Cylindrical-coordinate representation of color #FE8C21: hue angle of 29.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE8C21 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 33 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.00 |
| HSL | 29.05º | 0.99% | 0.56% | - |
| HSV(B) | 29.05º | 0.87% | 1% | - |
| XYZ | 50.53 | 39.94 | 6.48 | - |
| YUV | 161.89 | 55.27 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 33 | 0 | 0.45 | 0.87 | 0.00 | 29.05 | 0.99 | 0.56 |
| Hex | FE | 8C | 21 | 0 | 2D | 57 | 0 | 1D | 63 | 38 |
| Octal | 376 | 214 | 41 | 0 | 55 | 127 | 0 | 35 | 143 | 70 |
| Binary | 11111110 | 10001100 | 100001 | 0 | 101101 | 1010111 | 0 | 11101 | 1100011 | 111000 |
Color Harmonies of #FE8C21
Complementary color
Monochromatic Colors of #FE8C21
Black with #FE8C21
Text Example
Text Example
White with #FE8C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C21; }
p { color: rgb(254,140,33); }
H1.HeaderClassName
{
color: #FE8C21;
}
.AnyTagClassName
{
color: #FE8C21;
}
</style>
background-color css
<style>
a { background-color: #FE8C21; }
a { background-color: rgb(254,140,33); }
div.DivClassName
{
background-color: #FE8C21;
}
.BgClassName
{
background-color: #FE8C21;
}
</style>
border-color css
<style>
span { border-color: #FE8C21; }
span { border-color: rgb(254,140,33); }
td.TdClassName
{
border-color: #FE8C21;
}
.TagClassName
{
border-color: #FE8C21;
}
</style>