Shades of Neon Carrot #FF9935
Tints of Neon Carrot #FF9935
RGB
CMYK
RGB Variations
Color information
#FF9935 (or 0xFF9935) is known color: Neon Carrot. HEX triplet: FF, 99 and 35. RGB value is (255,153,53). Sum of RGB (Red+Green+Blue) = 255+153+53=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9935 is #0066CA. Grayscale: #ACACAC. Windows color (decimal): -26315 or 3512831. OLE color: 3512831.
HSL color Cylindrical-coordinate representation of color #FF9935: hue angle of 29.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF9935 is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 53 | - |
| CMYK | 0 | 0.4 | 0.79 | 0 |
| HSL | 29.7º | 1% | 0.6% | - |
| HSV(B) | 29.7º | 0.79% | 1% | - |
| XYZ | 53.27 | 44.3 | 9.11 | - |
| YUV | 172.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 53 | 0 | 0.4 | 0.79 | 0 | 29.7 | 1 | 0.6 |
| Hex | FF | 99 | 35 | 0 | 28 | 4F | 0 | 1E | 64 | 3C |
| Octal | 377 | 231 | 65 | 0 | 50 | 117 | 0 | 36 | 144 | 74 |
| Binary | 11111111 | 10011001 | 110101 | 0 | 101000 | 1001111 | 0 | 11110 | 1100100 | 111100 |
Color Harmonies of #FF9935
Complementary color
Monochromatic Colors of #FF9935
Black with #FF9935
Text Example
Text Example
White with #FF9935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9935; }
p { color: rgb(255,153,53); }
H1.HeaderClassName
{
color: #FF9935;
}
.AnyTagClassName
{
color: #FF9935;
}
</style>
background-color css
<style>
a { background-color: #FF9935; }
a { background-color: rgb(255,153,53); }
div.DivClassName
{
background-color: #FF9935;
}
.BgClassName
{
background-color: #FF9935;
}
</style>
border-color css
<style>
span { border-color: #FF9935; }
span { border-color: rgb(255,153,53); }
td.TdClassName
{
border-color: #FF9935;
}
.TagClassName
{
border-color: #FF9935;
}
</style>