Shades of Neon Carrot #FF9032
Tints of Neon Carrot #FF9032
RGB
CMYK
RGB Variations
Color information
#FF9032 (or 0xFF9032) is known color: Neon Carrot. HEX triplet: FF, 90 and 32. RGB value is (255,144,50). Sum of RGB (Red+Green+Blue) = 255+144+50=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9032 is #006FCD. Grayscale: #A6A6A6. Windows color (decimal): -28622 or 3313919. OLE color: 3313919.
HSL color Cylindrical-coordinate representation of color #FF9032: hue angle of 27.51º 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 #FF9032 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 50 | - |
| CMYK | 0 | 0.44 | 0.80 | 0 |
| HSL | 27.51º | 1% | 0.6% | - |
| HSV(B) | 27.51º | 0.8% | 1% | - |
| XYZ | 51.79 | 41.44 | 8.29 | - |
| YUV | 166.47 | 62.27 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 50 | 0 | 0.44 | 0.80 | 0 | 27.51 | 1 | 0.6 |
| Hex | FF | 90 | 32 | 0 | 2C | 50 | 0 | 1C | 64 | 3C |
| Octal | 377 | 220 | 62 | 0 | 54 | 120 | 0 | 34 | 144 | 74 |
| Binary | 11111111 | 10010000 | 110010 | 0 | 101100 | 1010000 | 0 | 11100 | 1100100 | 111100 |
Color Harmonies of #FF9032
Complementary color
Monochromatic Colors of #FF9032
Black with #FF9032
Text Example
Text Example
White with #FF9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9032; }
p { color: rgb(255,144,50); }
H1.HeaderClassName
{
color: #FF9032;
}
.AnyTagClassName
{
color: #FF9032;
}
</style>
background-color css
<style>
a { background-color: #FF9032; }
a { background-color: rgb(255,144,50); }
div.DivClassName
{
background-color: #FF9032;
}
.BgClassName
{
background-color: #FF9032;
}
</style>
border-color css
<style>
span { border-color: #FF9032; }
span { border-color: rgb(255,144,50); }
td.TdClassName
{
border-color: #FF9032;
}
.TagClassName
{
border-color: #FF9032;
}
</style>