Shades of Neon Carrot #F9963B
Tints of Neon Carrot #F9963B
RGB
CMYK
RGB Variations
Color information
#F9963B (or 0xF9963B) is known color: Neon Carrot. HEX triplet: F9, 96 and 3B. RGB value is (249,150,59). Sum of RGB (Red+Green+Blue) = 249+150+59=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F9963B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9963B is #0669C4. Grayscale: #A9A9A9. Windows color (decimal): -420293 or 3905273. OLE color: 3905273.
HSL color Cylindrical-coordinate representation of color #F9963B: hue angle of 28.74º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9963B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 59 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.02 |
| HSL | 28.74º | 0.94% | 0.6% | - |
| HSV(B) | 28.74º | 0.76% | 0.98% | - |
| XYZ | 50.76 | 42.27 | 9.62 | - |
| YUV | 169.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 59 | 0 | 0.40 | 0.76 | 0.02 | 28.74 | 0.94 | 0.6 |
| Hex | F9 | 96 | 3B | 0 | 28 | 4C | 2 | 1D | 5E | 3C |
| Octal | 371 | 226 | 73 | 0 | 50 | 114 | 2 | 35 | 136 | 74 |
| Binary | 11111001 | 10010110 | 111011 | 0 | 101000 | 1001100 | 10 | 11101 | 1011110 | 111100 |
Color Harmonies of #F9963B
Complementary color
Monochromatic Colors of #F9963B
Black with #F9963B
Text Example
Text Example
White with #F9963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9963B; }
p { color: rgb(249,150,59); }
H1.HeaderClassName
{
color: #F9963B;
}
.AnyTagClassName
{
color: #F9963B;
}
</style>
background-color css
<style>
a { background-color: #F9963B; }
a { background-color: rgb(249,150,59); }
div.DivClassName
{
background-color: #F9963B;
}
.BgClassName
{
background-color: #F9963B;
}
</style>
border-color css
<style>
span { border-color: #F9963B; }
span { border-color: rgb(249,150,59); }
td.TdClassName
{
border-color: #F9963B;
}
.TagClassName
{
border-color: #F9963B;
}
</style>