Shades of Neon Carrot #FF9921
Tints of Neon Carrot #FF9921
RGB
CMYK
RGB Variations
Color information
#FF9921 (or 0xFF9921) is known color: Neon Carrot. HEX triplet: FF, 99 and 21. RGB value is (255,153,33). Sum of RGB (Red+Green+Blue) = 255+153+33=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9921 is #0066DE. Grayscale: #AAAAAA. Windows color (decimal): -26335 or 2202111. OLE color: 2202111.
HSL color Cylindrical-coordinate representation of color #FF9921: hue angle of 32.43º 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 #FF9921 is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 33 | - |
| CMYK | 0 | 0.4 | 0.87 | 0 |
| HSL | 32.43º | 1% | 0.56% | - |
| HSV(B) | 32.43º | 0.87% | 1% | - |
| XYZ | 52.91 | 44.15 | 7.17 | - |
| YUV | 169.82 | 50.79 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 33 | 0 | 0.4 | 0.87 | 0 | 32.43 | 1 | 0.56 |
| Hex | FF | 99 | 21 | 0 | 28 | 57 | 0 | 20 | 64 | 38 |
| Octal | 377 | 231 | 41 | 0 | 50 | 127 | 0 | 40 | 144 | 70 |
| Binary | 11111111 | 10011001 | 100001 | 0 | 101000 | 1010111 | 0 | 100000 | 1100100 | 111000 |
Color Harmonies of #FF9921
Complementary color
Monochromatic Colors of #FF9921
Black with #FF9921
Text Example
Text Example
White with #FF9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9921; }
p { color: rgb(255,153,33); }
H1.HeaderClassName
{
color: #FF9921;
}
.AnyTagClassName
{
color: #FF9921;
}
</style>
background-color css
<style>
a { background-color: #FF9921; }
a { background-color: rgb(255,153,33); }
div.DivClassName
{
background-color: #FF9921;
}
.BgClassName
{
background-color: #FF9921;
}
</style>
border-color css
<style>
span { border-color: #FF9921; }
span { border-color: rgb(255,153,33); }
td.TdClassName
{
border-color: #FF9921;
}
.TagClassName
{
border-color: #FF9921;
}
</style>