Shades of Neon Carrot #F9912F
Tints of Neon Carrot #F9912F
RGB
CMYK
RGB Variations
Color information
#F9912F (or 0xF9912F) is known color: Neon Carrot. HEX triplet: F9, 91 and 2F. RGB value is (249,145,47). Sum of RGB (Red+Green+Blue) = 249+145+47=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9912F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9912F is #066ED0. Grayscale: #A5A5A5. Windows color (decimal): -421585 or 3117561. OLE color: 3117561.
HSL color Cylindrical-coordinate representation of color #F9912F: hue angle of 29.11º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9912F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 47 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.02 |
| HSL | 29.11º | 0.94% | 0.58% | - |
| HSV(B) | 29.11º | 0.81% | 0.98% | - |
| XYZ | 49.71 | 40.6 | 7.91 | - |
| YUV | 164.92 | 61.46 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 47 | 0 | 0.42 | 0.81 | 0.02 | 29.11 | 0.94 | 0.58 |
| Hex | F9 | 91 | 2F | 0 | 2A | 51 | 2 | 1D | 5E | 3A |
| Octal | 371 | 221 | 57 | 0 | 52 | 121 | 2 | 35 | 136 | 72 |
| Binary | 11111001 | 10010001 | 101111 | 0 | 101010 | 1010001 | 10 | 11101 | 1011110 | 111010 |
Color Harmonies of #F9912F
Complementary color
Monochromatic Colors of #F9912F
Black with #F9912F
Text Example
Text Example
White with #F9912F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9912F; }
p { color: rgb(249,145,47); }
H1.HeaderClassName
{
color: #F9912F;
}
.AnyTagClassName
{
color: #F9912F;
}
</style>
background-color css
<style>
a { background-color: #F9912F; }
a { background-color: rgb(249,145,47); }
div.DivClassName
{
background-color: #F9912F;
}
.BgClassName
{
background-color: #F9912F;
}
</style>
border-color css
<style>
span { border-color: #F9912F; }
span { border-color: rgb(249,145,47); }
td.TdClassName
{
border-color: #F9912F;
}
.TagClassName
{
border-color: #F9912F;
}
</style>