Shades of Neon Carrot #FF9C33
Tints of Neon Carrot #FF9C33
RGB
CMYK
RGB Variations
Color information
#FF9C33 (or 0xFF9C33) is known color: Neon Carrot. HEX triplet: FF, 9C and 33. RGB value is (255,156,51). Sum of RGB (Red+Green+Blue) = 255+156+51=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9C33 is #0063CC. Grayscale: #AEAEAE. Windows color (decimal): -25549 or 3382527. OLE color: 3382527.
HSL color Cylindrical-coordinate representation of color #FF9C33: hue angle of 30.88º 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 #FF9C33 is Cyan = 0, Magento = 0.39, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 51 | - |
| CMYK | 0 | 0.39 | 0.8 | 0 |
| HSL | 30.88º | 1% | 0.6% | - |
| HSV(B) | 30.88º | 0.8% | 1% | - |
| XYZ | 53.73 | 45.28 | 9.04 | - |
| YUV | 173.63 | 58.8 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 51 | 0 | 0.39 | 0.8 | 0 | 30.88 | 1 | 0.6 |
| Hex | FF | 9C | 33 | 0 | 27 | 50 | 0 | 1F | 64 | 3C |
| Octal | 377 | 234 | 63 | 0 | 47 | 120 | 0 | 37 | 144 | 74 |
| Binary | 11111111 | 10011100 | 110011 | 0 | 100111 | 1010000 | 0 | 11111 | 1100100 | 111100 |
Color Harmonies of #FF9C33
Complementary color
Monochromatic Colors of #FF9C33
Black with #FF9C33
Text Example
Text Example
White with #FF9C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C33; }
p { color: rgb(255,156,51); }
H1.HeaderClassName
{
color: #FF9C33;
}
.AnyTagClassName
{
color: #FF9C33;
}
</style>
background-color css
<style>
a { background-color: #FF9C33; }
a { background-color: rgb(255,156,51); }
div.DivClassName
{
background-color: #FF9C33;
}
.BgClassName
{
background-color: #FF9C33;
}
</style>
border-color css
<style>
span { border-color: #FF9C33; }
span { border-color: rgb(255,156,51); }
td.TdClassName
{
border-color: #FF9C33;
}
.TagClassName
{
border-color: #FF9C33;
}
</style>