Shades of Neon Carrot #FF9632
Tints of Neon Carrot #FF9632
RGB
CMYK
RGB Variations
Color information
#FF9632 (or 0xFF9632) is known color: Neon Carrot. HEX triplet: FF, 96 and 32. RGB value is (255,150,50). Sum of RGB (Red+Green+Blue) = 255+150+50=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9632 is #0069CD. Grayscale: #AAAAAA. Windows color (decimal): -27086 or 3315455. OLE color: 3315455.
HSL color Cylindrical-coordinate representation of color #FF9632: hue angle of 29.27º 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 #FF9632 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 50 | - |
| CMYK | 0 | 0.41 | 0.80 | 0 |
| HSL | 29.27º | 1% | 0.6% | - |
| HSV(B) | 29.27º | 0.8% | 1% | - |
| XYZ | 52.72 | 43.3 | 8.6 | - |
| YUV | 170 | 60.29 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 50 | 0 | 0.41 | 0.80 | 0 | 29.27 | 1 | 0.6 |
| Hex | FF | 96 | 32 | 0 | 29 | 50 | 0 | 1D | 64 | 3C |
| Octal | 377 | 226 | 62 | 0 | 51 | 120 | 0 | 35 | 144 | 74 |
| Binary | 11111111 | 10010110 | 110010 | 0 | 101001 | 1010000 | 0 | 11101 | 1100100 | 111100 |
Color Harmonies of #FF9632
Complementary color
Monochromatic Colors of #FF9632
Black with #FF9632
Text Example
Text Example
White with #FF9632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9632; }
p { color: rgb(255,150,50); }
H1.HeaderClassName
{
color: #FF9632;
}
.AnyTagClassName
{
color: #FF9632;
}
</style>
background-color css
<style>
a { background-color: #FF9632; }
a { background-color: rgb(255,150,50); }
div.DivClassName
{
background-color: #FF9632;
}
.BgClassName
{
background-color: #FF9632;
}
</style>
border-color css
<style>
span { border-color: #FF9632; }
span { border-color: rgb(255,150,50); }
td.TdClassName
{
border-color: #FF9632;
}
.TagClassName
{
border-color: #FF9632;
}
</style>