Shades of Neon Carrot #FF9D21
Tints of Neon Carrot #FF9D21
RGB
CMYK
RGB Variations
Color information
#FF9D21 (or 0xFF9D21) is known color: Neon Carrot. HEX triplet: FF, 9D and 21. RGB value is (255,157,33). Sum of RGB (Red+Green+Blue) = 255+157+33=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D21 is #0062DE. Grayscale: #ACACAC. Windows color (decimal): -25311 or 2203135. OLE color: 2203135.
HSL color Cylindrical-coordinate representation of color #FF9D21: hue angle of 33.51º 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 #FF9D21 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 33 | - |
| CMYK | 0 | 0.38 | 0.87 | 0 |
| HSL | 33.51º | 1% | 0.56% | - |
| HSV(B) | 33.51º | 0.87% | 1% | - |
| XYZ | 53.57 | 45.48 | 7.39 | - |
| YUV | 172.17 | 49.47 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 33 | 0 | 0.38 | 0.87 | 0 | 33.51 | 1 | 0.56 |
| Hex | FF | 9D | 21 | 0 | 26 | 57 | 0 | 22 | 64 | 38 |
| Octal | 377 | 235 | 41 | 0 | 46 | 127 | 0 | 42 | 144 | 70 |
| Binary | 11111111 | 10011101 | 100001 | 0 | 100110 | 1010111 | 0 | 100010 | 1100100 | 111000 |
Color Harmonies of #FF9D21
Complementary color
Monochromatic Colors of #FF9D21
Black with #FF9D21
Text Example
Text Example
White with #FF9D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D21; }
p { color: rgb(255,157,33); }
H1.HeaderClassName
{
color: #FF9D21;
}
.AnyTagClassName
{
color: #FF9D21;
}
</style>
background-color css
<style>
a { background-color: #FF9D21; }
a { background-color: rgb(255,157,33); }
div.DivClassName
{
background-color: #FF9D21;
}
.BgClassName
{
background-color: #FF9D21;
}
</style>
border-color css
<style>
span { border-color: #FF9D21; }
span { border-color: rgb(255,157,33); }
td.TdClassName
{
border-color: #FF9D21;
}
.TagClassName
{
border-color: #FF9D21;
}
</style>