Shades of Neon Carrot #F9992A
Tints of Neon Carrot #F9992A
RGB
CMYK
RGB Variations
Color information
#F9992A (or 0xF9992A) is known color: Neon Carrot. HEX triplet: F9, 99 and 2A. RGB value is (249,153,42). Sum of RGB (Red+Green+Blue) = 249+153+42=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9992A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9992A is #0666D5. Grayscale: #A9A9A9. Windows color (decimal): -419542 or 2791929. OLE color: 2791929.
HSL color Cylindrical-coordinate representation of color #F9992A: hue angle of 32.17º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9992A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.02 |
| HSL | 32.17º | 0.95% | 0.57% | - |
| HSV(B) | 32.17º | 0.83% | 0.98% | - |
| XYZ | 50.88 | 43.09 | 7.83 | - |
| YUV | 169.05 | 56.3 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 42 | 0 | 0.39 | 0.83 | 0.02 | 32.17 | 0.95 | 0.57 |
| Hex | F9 | 99 | 2A | 0 | 27 | 53 | 2 | 20 | 5F | 39 |
| Octal | 371 | 231 | 52 | 0 | 47 | 123 | 2 | 40 | 137 | 71 |
| Binary | 11111001 | 10011001 | 101010 | 0 | 100111 | 1010011 | 10 | 100000 | 1011111 | 111001 |
Color Harmonies of #F9992A
Complementary color
Monochromatic Colors of #F9992A
Black with #F9992A
Text Example
Text Example
White with #F9992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9992A; }
p { color: rgb(249,153,42); }
H1.HeaderClassName
{
color: #F9992A;
}
.AnyTagClassName
{
color: #F9992A;
}
</style>
background-color css
<style>
a { background-color: #F9992A; }
a { background-color: rgb(249,153,42); }
div.DivClassName
{
background-color: #F9992A;
}
.BgClassName
{
background-color: #F9992A;
}
</style>
border-color css
<style>
span { border-color: #F9992A; }
span { border-color: rgb(249,153,42); }
td.TdClassName
{
border-color: #F9992A;
}
.TagClassName
{
border-color: #F9992A;
}
</style>