Shades of Neon Carrot #FE9C21
Tints of Neon Carrot #FE9C21
RGB
CMYK
RGB Variations
Color information
#FE9C21 (or 0xFE9C21) is known color: Neon Carrot. HEX triplet: FE, 9C and 21. RGB value is (254,156,33). Sum of RGB (Red+Green+Blue) = 254+156+33=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9C21 is #0163DE. Grayscale: #ABABAB. Windows color (decimal): -91103 or 2202878. OLE color: 2202878.
HSL color Cylindrical-coordinate representation of color #FE9C21: hue angle of 33.39º 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 #FE9C21 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 33 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.00 |
| HSL | 33.39º | 0.99% | 0.56% | - |
| HSV(B) | 33.39º | 0.87% | 1% | - |
| XYZ | 53.04 | 44.96 | 7.32 | - |
| YUV | 171.28 | 49.97 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 33 | 0 | 0.39 | 0.87 | 0.00 | 33.39 | 0.99 | 0.56 |
| Hex | FE | 9C | 21 | 0 | 27 | 57 | 0 | 21 | 63 | 38 |
| Octal | 376 | 234 | 41 | 0 | 47 | 127 | 0 | 41 | 143 | 70 |
| Binary | 11111110 | 10011100 | 100001 | 0 | 100111 | 1010111 | 0 | 100001 | 1100011 | 111000 |
Color Harmonies of #FE9C21
Complementary color
Monochromatic Colors of #FE9C21
Black with #FE9C21
Text Example
Text Example
White with #FE9C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C21; }
p { color: rgb(254,156,33); }
H1.HeaderClassName
{
color: #FE9C21;
}
.AnyTagClassName
{
color: #FE9C21;
}
</style>
background-color css
<style>
a { background-color: #FE9C21; }
a { background-color: rgb(254,156,33); }
div.DivClassName
{
background-color: #FE9C21;
}
.BgClassName
{
background-color: #FE9C21;
}
</style>
border-color css
<style>
span { border-color: #FE9C21; }
span { border-color: rgb(254,156,33); }
td.TdClassName
{
border-color: #FE9C21;
}
.TagClassName
{
border-color: #FE9C21;
}
</style>