Shades of Neon Carrot #FF9933
Tints of Neon Carrot #FF9933
RGB
CMYK
RGB Variations
Color information
#FF9933 (or 0xFF9933) is known color: Neon Carrot. HEX triplet: FF, 99 and 33. RGB value is (255,153,51). Sum of RGB (Red+Green+Blue) = 255+153+51=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9933 is a web safe color. Inversed color of #FF9933 is #0066CC. Grayscale: #ACACAC. Windows color (decimal): -26317 or 3381759. OLE color: 3381759.
HSL color Cylindrical-coordinate representation of color #FF9933: hue angle of 30º 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 #FF9933 is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 51 | - |
| CMYK | 0 | 0.4 | 0.8 | 0 |
| HSL | 30º | 1% | 0.6% | - |
| HSV(B) | 30º | 0.8% | 1% | - |
| XYZ | 53.23 | 44.28 | 8.87 | - |
| YUV | 171.87 | 59.79 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 51 | 0 | 0.4 | 0.8 | 0 | 30 | 1 | 0.6 |
| Hex | FF | 99 | 33 | 0 | 28 | 50 | 0 | 1E | 64 | 3C |
| Octal | 377 | 231 | 63 | 0 | 50 | 120 | 0 | 36 | 144 | 74 |
| Binary | 11111111 | 10011001 | 110011 | 0 | 101000 | 1010000 | 0 | 11110 | 1100100 | 111100 |
Color Harmonies of #FF9933
Complementary color
Monochromatic Colors of #FF9933
Black with #FF9933
Text Example
Text Example
White with #FF9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9933; }
p { color: rgb(255,153,51); }
H1.HeaderClassName
{
color: #FF9933;
}
.AnyTagClassName
{
color: #FF9933;
}
</style>
background-color css
<style>
a { background-color: #FF9933; }
a { background-color: rgb(255,153,51); }
div.DivClassName
{
background-color: #FF9933;
}
.BgClassName
{
background-color: #FF9933;
}
</style>
border-color css
<style>
span { border-color: #FF9933; }
span { border-color: rgb(255,153,51); }
td.TdClassName
{
border-color: #FF9933;
}
.TagClassName
{
border-color: #FF9933;
}
</style>