Shades of Neon Carrot #F9953B
Tints of Neon Carrot #F9953B
RGB
CMYK
RGB Variations
Color information
#F9953B (or 0xF9953B) is known color: Neon Carrot. HEX triplet: F9, 95 and 3B. RGB value is (249,149,59). Sum of RGB (Red+Green+Blue) = 249+149+59=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9953B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9953B is #066AC4. Grayscale: #A9A9A9. Windows color (decimal): -420549 or 3905017. OLE color: 3905017.
HSL color Cylindrical-coordinate representation of color #F9953B: hue angle of 28.42º 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 #F9953B is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 59 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.02 |
| HSL | 28.42º | 0.94% | 0.6% | - |
| HSV(B) | 28.42º | 0.76% | 0.98% | - |
| XYZ | 50.6 | 41.95 | 9.57 | - |
| YUV | 168.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 59 | 0 | 0.40 | 0.76 | 0.02 | 28.42 | 0.94 | 0.6 |
| Hex | F9 | 95 | 3B | 0 | 28 | 4C | 2 | 1C | 5E | 3C |
| Octal | 371 | 225 | 73 | 0 | 50 | 114 | 2 | 34 | 136 | 74 |
| Binary | 11111001 | 10010101 | 111011 | 0 | 101000 | 1001100 | 10 | 11100 | 1011110 | 111100 |
Color Harmonies of #F9953B
Complementary color
Monochromatic Colors of #F9953B
Black with #F9953B
Text Example
Text Example
White with #F9953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9953B; }
p { color: rgb(249,149,59); }
H1.HeaderClassName
{
color: #F9953B;
}
.AnyTagClassName
{
color: #F9953B;
}
</style>
background-color css
<style>
a { background-color: #F9953B; }
a { background-color: rgb(249,149,59); }
div.DivClassName
{
background-color: #F9953B;
}
.BgClassName
{
background-color: #F9953B;
}
</style>
border-color css
<style>
span { border-color: #F9953B; }
span { border-color: rgb(249,149,59); }
td.TdClassName
{
border-color: #F9953B;
}
.TagClassName
{
border-color: #F9953B;
}
</style>