Shades of Neon Carrot #FF9821
Tints of Neon Carrot #FF9821
RGB
CMYK
RGB Variations
Color information
#FF9821 (or 0xFF9821) is known color: Neon Carrot. HEX triplet: FF, 98 and 21. RGB value is (255,152,33). Sum of RGB (Red+Green+Blue) = 255+152+33=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9821 is #0067DE. Grayscale: #A9A9A9. Windows color (decimal): -26591 or 2201855. OLE color: 2201855.
HSL color Cylindrical-coordinate representation of color #FF9821: hue angle of 32.16º 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 #FF9821 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 33 | - |
| CMYK | 0 | 0.40 | 0.87 | 0 |
| HSL | 32.16º | 1% | 0.56% | - |
| HSV(B) | 32.16º | 0.87% | 1% | - |
| XYZ | 52.74 | 43.83 | 7.12 | - |
| YUV | 169.23 | 51.12 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 33 | 0 | 0.40 | 0.87 | 0 | 32.16 | 1 | 0.56 |
| Hex | FF | 98 | 21 | 0 | 28 | 57 | 0 | 20 | 64 | 38 |
| Octal | 377 | 230 | 41 | 0 | 50 | 127 | 0 | 40 | 144 | 70 |
| Binary | 11111111 | 10011000 | 100001 | 0 | 101000 | 1010111 | 0 | 100000 | 1100100 | 111000 |
Color Harmonies of #FF9821
Complementary color
Monochromatic Colors of #FF9821
Black with #FF9821
Text Example
Text Example
White with #FF9821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9821; }
p { color: rgb(255,152,33); }
H1.HeaderClassName
{
color: #FF9821;
}
.AnyTagClassName
{
color: #FF9821;
}
</style>
background-color css
<style>
a { background-color: #FF9821; }
a { background-color: rgb(255,152,33); }
div.DivClassName
{
background-color: #FF9821;
}
.BgClassName
{
background-color: #FF9821;
}
</style>
border-color css
<style>
span { border-color: #FF9821; }
span { border-color: rgb(255,152,33); }
td.TdClassName
{
border-color: #FF9821;
}
.TagClassName
{
border-color: #FF9821;
}
</style>