Shades of Neon Carrot #FF9C32
Tints of Neon Carrot #FF9C32
RGB
CMYK
RGB Variations
Color information
#FF9C32 (or 0xFF9C32) is known color: Neon Carrot. HEX triplet: FF, 9C and 32. RGB value is (255,156,50). Sum of RGB (Red+Green+Blue) = 255+156+50=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C32 is #0063CD. Grayscale: #AEAEAE. Windows color (decimal): -25550 or 3316991. OLE color: 3316991.
HSL color Cylindrical-coordinate representation of color #FF9C32: hue angle of 31.02º 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 #FF9C32 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 50 | - |
| CMYK | 0 | 0.39 | 0.80 | 0 |
| HSL | 31.02º | 1% | 0.6% | - |
| HSV(B) | 31.02º | 0.8% | 1% | - |
| XYZ | 53.7 | 45.27 | 8.92 | - |
| YUV | 173.52 | 58.3 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 50 | 0 | 0.39 | 0.80 | 0 | 31.02 | 1 | 0.6 |
| Hex | FF | 9C | 32 | 0 | 27 | 50 | 0 | 1F | 64 | 3C |
| Octal | 377 | 234 | 62 | 0 | 47 | 120 | 0 | 37 | 144 | 74 |
| Binary | 11111111 | 10011100 | 110010 | 0 | 100111 | 1010000 | 0 | 11111 | 1100100 | 111100 |
Color Harmonies of #FF9C32
Complementary color
Monochromatic Colors of #FF9C32
Black with #FF9C32
Text Example
Text Example
White with #FF9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C32; }
p { color: rgb(255,156,50); }
H1.HeaderClassName
{
color: #FF9C32;
}
.AnyTagClassName
{
color: #FF9C32;
}
</style>
background-color css
<style>
a { background-color: #FF9C32; }
a { background-color: rgb(255,156,50); }
div.DivClassName
{
background-color: #FF9C32;
}
.BgClassName
{
background-color: #FF9C32;
}
</style>
border-color css
<style>
span { border-color: #FF9C32; }
span { border-color: rgb(255,156,50); }
td.TdClassName
{
border-color: #FF9C32;
}
.TagClassName
{
border-color: #FF9C32;
}
</style>