Shades of Neon Carrot #FF9521
Tints of Neon Carrot #FF9521
RGB
CMYK
RGB Variations
Color information
#FF9521 (or 0xFF9521) is known color: Neon Carrot. HEX triplet: FF, 95 and 21. RGB value is (255,149,33). Sum of RGB (Red+Green+Blue) = 255+149+33=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9521 is #006ADE. Grayscale: #A8A8A8. Windows color (decimal): -27359 or 2201087. OLE color: 2201087.
HSL color Cylindrical-coordinate representation of color #FF9521: hue angle of 31.35º 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 #FF9521 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 33 | - |
| CMYK | 0 | 0.42 | 0.87 | 0 |
| HSL | 31.35º | 1% | 0.56% | - |
| HSV(B) | 31.35º | 0.87% | 1% | - |
| XYZ | 52.26 | 42.86 | 6.96 | - |
| YUV | 167.47 | 52.12 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 33 | 0 | 0.42 | 0.87 | 0 | 31.35 | 1 | 0.56 |
| Hex | FF | 95 | 21 | 0 | 2A | 57 | 0 | 1F | 64 | 38 |
| Octal | 377 | 225 | 41 | 0 | 52 | 127 | 0 | 37 | 144 | 70 |
| Binary | 11111111 | 10010101 | 100001 | 0 | 101010 | 1010111 | 0 | 11111 | 1100100 | 111000 |
Color Harmonies of #FF9521
Complementary color
Monochromatic Colors of #FF9521
Black with #FF9521
Text Example
Text Example
White with #FF9521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9521; }
p { color: rgb(255,149,33); }
H1.HeaderClassName
{
color: #FF9521;
}
.AnyTagClassName
{
color: #FF9521;
}
</style>
background-color css
<style>
a { background-color: #FF9521; }
a { background-color: rgb(255,149,33); }
div.DivClassName
{
background-color: #FF9521;
}
.BgClassName
{
background-color: #FF9521;
}
</style>
border-color css
<style>
span { border-color: #FF9521; }
span { border-color: rgb(255,149,33); }
td.TdClassName
{
border-color: #FF9521;
}
.TagClassName
{
border-color: #FF9521;
}
</style>