Shades of Neon Carrot #F9953E
Tints of Neon Carrot #F9953E
RGB
CMYK
RGB Variations
Color information
#F9953E (or 0xF9953E) is known color: Neon Carrot. HEX triplet: F9, 95 and 3E. RGB value is (249,149,62). Sum of RGB (Red+Green+Blue) = 249+149+62=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9953E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9953E is #066AC1. Grayscale: #A9A9A9. Windows color (decimal): -420546 or 4101625. OLE color: 4101625.
HSL color Cylindrical-coordinate representation of color #F9953E: hue angle of 27.91º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9953E is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 62 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.02 |
| HSL | 27.91º | 0.94% | 0.61% | - |
| HSV(B) | 27.91º | 0.75% | 0.98% | - |
| XYZ | 50.68 | 41.98 | 9.99 | - |
| YUV | 168.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 62 | 0 | 0.40 | 0.75 | 0.02 | 27.91 | 0.94 | 0.61 |
| Hex | F9 | 95 | 3E | 0 | 28 | 4B | 2 | 1C | 5E | 3D |
| Octal | 371 | 225 | 76 | 0 | 50 | 113 | 2 | 34 | 136 | 75 |
| Binary | 11111001 | 10010101 | 111110 | 0 | 101000 | 1001011 | 10 | 11100 | 1011110 | 111101 |
Color Harmonies of #F9953E
Complementary color
Monochromatic Colors of #F9953E
Black with #F9953E
Text Example
Text Example
White with #F9953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9953E; }
p { color: rgb(249,149,62); }
H1.HeaderClassName
{
color: #F9953E;
}
.AnyTagClassName
{
color: #F9953E;
}
</style>
background-color css
<style>
a { background-color: #F9953E; }
a { background-color: rgb(249,149,62); }
div.DivClassName
{
background-color: #F9953E;
}
.BgClassName
{
background-color: #F9953E;
}
</style>
border-color css
<style>
span { border-color: #F9953E; }
span { border-color: rgb(249,149,62); }
td.TdClassName
{
border-color: #F9953E;
}
.TagClassName
{
border-color: #F9953E;
}
</style>