Shades of Neon Carrot #F9922D
Tints of Neon Carrot #F9922D
RGB
CMYK
RGB Variations
Color information
#F9922D (or 0xF9922D) is known color: Neon Carrot. HEX triplet: F9, 92 and 2D. RGB value is (249,146,45). Sum of RGB (Red+Green+Blue) = 249+146+45=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9922D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9922D is #066DD2. Grayscale: #A5A5A5. Windows color (decimal): -421331 or 2986745. OLE color: 2986745.
HSL color Cylindrical-coordinate representation of color #F9922D: hue angle of 29.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9922D is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 45 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.02 |
| HSL | 29.71º | 0.94% | 0.58% | - |
| HSV(B) | 29.71º | 0.82% | 0.98% | - |
| XYZ | 49.82 | 40.89 | 7.75 | - |
| YUV | 165.28 | 60.12 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 45 | 0 | 0.41 | 0.82 | 0.02 | 29.71 | 0.94 | 0.58 |
| Hex | F9 | 92 | 2D | 0 | 29 | 52 | 2 | 1E | 5E | 3A |
| Octal | 371 | 222 | 55 | 0 | 51 | 122 | 2 | 36 | 136 | 72 |
| Binary | 11111001 | 10010010 | 101101 | 0 | 101001 | 1010010 | 10 | 11110 | 1011110 | 111010 |
Color Harmonies of #F9922D
Complementary color
Monochromatic Colors of #F9922D
Black with #F9922D
Text Example
Text Example
White with #F9922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9922D; }
p { color: rgb(249,146,45); }
H1.HeaderClassName
{
color: #F9922D;
}
.AnyTagClassName
{
color: #F9922D;
}
</style>
background-color css
<style>
a { background-color: #F9922D; }
a { background-color: rgb(249,146,45); }
div.DivClassName
{
background-color: #F9922D;
}
.BgClassName
{
background-color: #F9922D;
}
</style>
border-color css
<style>
span { border-color: #F9922D; }
span { border-color: rgb(249,146,45); }
td.TdClassName
{
border-color: #F9922D;
}
.TagClassName
{
border-color: #F9922D;
}
</style>