Shades of Carrot Orange #FE8F21
Tints of Carrot Orange #FE8F21
RGB
CMYK
RGB Variations
Color information
#FE8F21 (or 0xFE8F21) is known color: Carrot Orange. HEX triplet: FE, 8F and 21. RGB value is (254,143,33). Sum of RGB (Red+Green+Blue) = 254+143+33=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8F21 is #0170DE. Grayscale: #A4A4A4. Windows color (decimal): -94431 or 2199550. OLE color: 2199550.
HSL color Cylindrical-coordinate representation of color #FE8F21: hue angle of 29.86º 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 #FE8F21 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 33 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.00 |
| HSL | 29.86º | 0.99% | 0.56% | - |
| HSV(B) | 29.86º | 0.87% | 1% | - |
| XYZ | 50.97 | 40.83 | 6.63 | - |
| YUV | 163.65 | 54.27 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 33 | 0 | 0.44 | 0.87 | 0.00 | 29.86 | 0.99 | 0.56 |
| Hex | FE | 8F | 21 | 0 | 2C | 57 | 0 | 1E | 63 | 38 |
| Octal | 376 | 217 | 41 | 0 | 54 | 127 | 0 | 36 | 143 | 70 |
| Binary | 11111110 | 10001111 | 100001 | 0 | 101100 | 1010111 | 0 | 11110 | 1100011 | 111000 |
Color Harmonies of #FE8F21
Complementary color
Monochromatic Colors of #FE8F21
Black with #FE8F21
Text Example
Text Example
White with #FE8F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F21; }
p { color: rgb(254,143,33); }
H1.HeaderClassName
{
color: #FE8F21;
}
.AnyTagClassName
{
color: #FE8F21;
}
</style>
background-color css
<style>
a { background-color: #FE8F21; }
a { background-color: rgb(254,143,33); }
div.DivClassName
{
background-color: #FE8F21;
}
.BgClassName
{
background-color: #FE8F21;
}
</style>
border-color css
<style>
span { border-color: #FE8F21; }
span { border-color: rgb(254,143,33); }
td.TdClassName
{
border-color: #FE8F21;
}
.TagClassName
{
border-color: #FE8F21;
}
</style>