Shades of Neon Carrot #FF9A32
Tints of Neon Carrot #FF9A32
RGB
CMYK
RGB Variations
Color information
#FF9A32 (or 0xFF9A32) is known color: Neon Carrot. HEX triplet: FF, 9A and 32. RGB value is (255,154,50). Sum of RGB (Red+Green+Blue) = 255+154+50=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A32 is #0065CD. Grayscale: #ACACAC. Windows color (decimal): -26062 or 3316479. OLE color: 3316479.
HSL color Cylindrical-coordinate representation of color #FF9A32: hue angle of 30.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF9A32 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 50 | - |
| CMYK | 0 | 0.40 | 0.80 | 0 |
| HSL | 30.44º | 1% | 0.6% | - |
| HSV(B) | 30.44º | 0.8% | 1% | - |
| XYZ | 53.37 | 44.6 | 8.81 | - |
| YUV | 172.34 | 58.96 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 50 | 0 | 0.40 | 0.80 | 0 | 30.44 | 1 | 0.6 |
| Hex | FF | 9A | 32 | 0 | 28 | 50 | 0 | 1E | 64 | 3C |
| Octal | 377 | 232 | 62 | 0 | 50 | 120 | 0 | 36 | 144 | 74 |
| Binary | 11111111 | 10011010 | 110010 | 0 | 101000 | 1010000 | 0 | 11110 | 1100100 | 111100 |
Color Harmonies of #FF9A32
Complementary color
Monochromatic Colors of #FF9A32
Black with #FF9A32
Text Example
Text Example
White with #FF9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A32; }
p { color: rgb(255,154,50); }
H1.HeaderClassName
{
color: #FF9A32;
}
.AnyTagClassName
{
color: #FF9A32;
}
</style>
background-color css
<style>
a { background-color: #FF9A32; }
a { background-color: rgb(255,154,50); }
div.DivClassName
{
background-color: #FF9A32;
}
.BgClassName
{
background-color: #FF9A32;
}
</style>
border-color css
<style>
span { border-color: #FF9A32; }
span { border-color: rgb(255,154,50); }
td.TdClassName
{
border-color: #FF9A32;
}
.TagClassName
{
border-color: #FF9A32;
}
</style>