Shades of Neon Carrot #F9942C
Tints of Neon Carrot #F9942C
RGB
CMYK
RGB Variations
Color information
#F9942C (or 0xF9942C) is known color: Neon Carrot. HEX triplet: F9, 94 and 2C. RGB value is (249,148,44). Sum of RGB (Red+Green+Blue) = 249+148+44=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9942C is #066BD3. Grayscale: #A6A6A6. Windows color (decimal): -420820 or 2921721. OLE color: 2921721.
HSL color Cylindrical-coordinate representation of color #F9942C: hue angle of 30.44º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9942C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 44 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.02 |
| HSL | 30.44º | 0.94% | 0.57% | - |
| HSV(B) | 30.44º | 0.82% | 0.98% | - |
| XYZ | 50.11 | 41.5 | 7.75 | - |
| YUV | 166.34 | 58.96 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 44 | 0 | 0.41 | 0.82 | 0.02 | 30.44 | 0.94 | 0.57 |
| Hex | F9 | 94 | 2C | 0 | 29 | 52 | 2 | 1E | 5E | 39 |
| Octal | 371 | 224 | 54 | 0 | 51 | 122 | 2 | 36 | 136 | 71 |
| Binary | 11111001 | 10010100 | 101100 | 0 | 101001 | 1010010 | 10 | 11110 | 1011110 | 111001 |
Color Harmonies of #F9942C
Complementary color
Monochromatic Colors of #F9942C
Black with #F9942C
Text Example
Text Example
White with #F9942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9942C; }
p { color: rgb(249,148,44); }
H1.HeaderClassName
{
color: #F9942C;
}
.AnyTagClassName
{
color: #F9942C;
}
</style>
background-color css
<style>
a { background-color: #F9942C; }
a { background-color: rgb(249,148,44); }
div.DivClassName
{
background-color: #F9942C;
}
.BgClassName
{
background-color: #F9942C;
}
</style>
border-color css
<style>
span { border-color: #F9942C; }
span { border-color: rgb(249,148,44); }
td.TdClassName
{
border-color: #F9942C;
}
.TagClassName
{
border-color: #F9942C;
}
</style>