Shades of Neon Carrot #FF9633
Tints of Neon Carrot #FF9633
RGB
CMYK
RGB Variations
Color information
#FF9633 (or 0xFF9633) is known color: Neon Carrot. HEX triplet: FF, 96 and 33. RGB value is (255,150,51). Sum of RGB (Red+Green+Blue) = 255+150+51=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9633 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9633 is #0069CC. Grayscale: #AAAAAA. Windows color (decimal): -27085 or 3380991. OLE color: 3380991.
HSL color Cylindrical-coordinate representation of color #FF9633: hue angle of 29.12º 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 #FF9633 is Cyan = 0, Magento = 0.41, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 51 | - |
| CMYK | 0 | 0.41 | 0.8 | 0 |
| HSL | 29.12º | 1% | 0.6% | - |
| HSV(B) | 29.12º | 0.8% | 1% | - |
| XYZ | 52.74 | 43.31 | 8.71 | - |
| YUV | 170.11 | 60.79 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 51 | 0 | 0.41 | 0.8 | 0 | 29.12 | 1 | 0.6 |
| Hex | FF | 96 | 33 | 0 | 29 | 50 | 0 | 1D | 64 | 3C |
| Octal | 377 | 226 | 63 | 0 | 51 | 120 | 0 | 35 | 144 | 74 |
| Binary | 11111111 | 10010110 | 110011 | 0 | 101001 | 1010000 | 0 | 11101 | 1100100 | 111100 |
Color Harmonies of #FF9633
Complementary color
Monochromatic Colors of #FF9633
Black with #FF9633
Text Example
Text Example
White with #FF9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9633; }
p { color: rgb(255,150,51); }
H1.HeaderClassName
{
color: #FF9633;
}
.AnyTagClassName
{
color: #FF9633;
}
</style>
background-color css
<style>
a { background-color: #FF9633; }
a { background-color: rgb(255,150,51); }
div.DivClassName
{
background-color: #FF9633;
}
.BgClassName
{
background-color: #FF9633;
}
</style>
border-color css
<style>
span { border-color: #FF9633; }
span { border-color: rgb(255,150,51); }
td.TdClassName
{
border-color: #FF9633;
}
.TagClassName
{
border-color: #FF9633;
}
</style>