Shades of Neon Carrot #F9963A
Tints of Neon Carrot #F9963A
RGB
CMYK
RGB Variations
Color information
#F9963A (or 0xF9963A) is known color: Neon Carrot. HEX triplet: F9, 96 and 3A. RGB value is (249,150,58). Sum of RGB (Red+Green+Blue) = 249+150+58=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9963A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9963A is #0669C5. Grayscale: #A9A9A9. Windows color (decimal): -420294 or 3839737. OLE color: 3839737.
HSL color Cylindrical-coordinate representation of color #F9963A: hue angle of 28.9º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9963A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 58 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.02 |
| HSL | 28.9º | 0.94% | 0.6% | - |
| HSV(B) | 28.9º | 0.77% | 0.98% | - |
| XYZ | 50.74 | 42.26 | 9.49 | - |
| YUV | 169.11 | 65.3 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 58 | 0 | 0.40 | 0.77 | 0.02 | 28.9 | 0.94 | 0.6 |
| Hex | F9 | 96 | 3A | 0 | 28 | 4D | 2 | 1D | 5E | 3C |
| Octal | 371 | 226 | 72 | 0 | 50 | 115 | 2 | 35 | 136 | 74 |
| Binary | 11111001 | 10010110 | 111010 | 0 | 101000 | 1001101 | 10 | 11101 | 1011110 | 111100 |
Color Harmonies of #F9963A
Complementary color
Monochromatic Colors of #F9963A
Black with #F9963A
Text Example
Text Example
White with #F9963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9963A; }
p { color: rgb(249,150,58); }
H1.HeaderClassName
{
color: #F9963A;
}
.AnyTagClassName
{
color: #F9963A;
}
</style>
background-color css
<style>
a { background-color: #F9963A; }
a { background-color: rgb(249,150,58); }
div.DivClassName
{
background-color: #F9963A;
}
.BgClassName
{
background-color: #F9963A;
}
</style>
border-color css
<style>
span { border-color: #F9963A; }
span { border-color: rgb(249,150,58); }
td.TdClassName
{
border-color: #F9963A;
}
.TagClassName
{
border-color: #F9963A;
}
</style>