Shades of Neon Carrot #FE9821
Tints of Neon Carrot #FE9821
RGB
CMYK
RGB Variations
Color information
#FE9821 (or 0xFE9821) is known color: Neon Carrot. HEX triplet: FE, 98 and 21. RGB value is (254,152,33). Sum of RGB (Red+Green+Blue) = 254+152+33=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9821 is #0167DE. Grayscale: #A9A9A9. Windows color (decimal): -92127 or 2201854. OLE color: 2201854.
HSL color Cylindrical-coordinate representation of color #FE9821: hue angle of 32.31º 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 #FE9821 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 33 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.00 |
| HSL | 32.31º | 0.99% | 0.56% | - |
| HSV(B) | 32.31º | 0.87% | 1% | - |
| XYZ | 52.38 | 43.64 | 7.1 | - |
| YUV | 168.93 | 51.29 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 33 | 0 | 0.40 | 0.87 | 0.00 | 32.31 | 0.99 | 0.56 |
| Hex | FE | 98 | 21 | 0 | 28 | 57 | 0 | 20 | 63 | 38 |
| Octal | 376 | 230 | 41 | 0 | 50 | 127 | 0 | 40 | 143 | 70 |
| Binary | 11111110 | 10011000 | 100001 | 0 | 101000 | 1010111 | 0 | 100000 | 1100011 | 111000 |
Color Harmonies of #FE9821
Complementary color
Monochromatic Colors of #FE9821
Black with #FE9821
Text Example
Text Example
White with #FE9821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9821; }
p { color: rgb(254,152,33); }
H1.HeaderClassName
{
color: #FE9821;
}
.AnyTagClassName
{
color: #FE9821;
}
</style>
background-color css
<style>
a { background-color: #FE9821; }
a { background-color: rgb(254,152,33); }
div.DivClassName
{
background-color: #FE9821;
}
.BgClassName
{
background-color: #FE9821;
}
</style>
border-color css
<style>
span { border-color: #FE9821; }
span { border-color: rgb(254,152,33); }
td.TdClassName
{
border-color: #FE9821;
}
.TagClassName
{
border-color: #FE9821;
}
</style>