Shades of Neon Carrot #F9932C
Tints of Neon Carrot #F9932C
RGB
CMYK
RGB Variations
Color information
#F9932C (or 0xF9932C) is known color: Neon Carrot. HEX triplet: F9, 93 and 2C. RGB value is (249,147,44). Sum of RGB (Red+Green+Blue) = 249+147+44=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9932C is #066CD3. Grayscale: #A6A6A6. Windows color (decimal): -421076 or 2921465. OLE color: 2921465.
HSL color Cylindrical-coordinate representation of color #F9932C: hue angle of 30.15º 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 #F9932C is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 44 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.02 |
| HSL | 30.15º | 0.94% | 0.57% | - |
| HSV(B) | 30.15º | 0.82% | 0.98% | - |
| XYZ | 49.96 | 41.19 | 7.7 | - |
| YUV | 165.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 44 | 0 | 0.41 | 0.82 | 0.02 | 30.15 | 0.94 | 0.57 |
| Hex | F9 | 93 | 2C | 0 | 29 | 52 | 2 | 1E | 5E | 39 |
| Octal | 371 | 223 | 54 | 0 | 51 | 122 | 2 | 36 | 136 | 71 |
| Binary | 11111001 | 10010011 | 101100 | 0 | 101001 | 1010010 | 10 | 11110 | 1011110 | 111001 |
Color Harmonies of #F9932C
Complementary color
Monochromatic Colors of #F9932C
Black with #F9932C
Text Example
Text Example
White with #F9932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9932C; }
p { color: rgb(249,147,44); }
H1.HeaderClassName
{
color: #F9932C;
}
.AnyTagClassName
{
color: #F9932C;
}
</style>
background-color css
<style>
a { background-color: #F9932C; }
a { background-color: rgb(249,147,44); }
div.DivClassName
{
background-color: #F9932C;
}
.BgClassName
{
background-color: #F9932C;
}
</style>
border-color css
<style>
span { border-color: #F9932C; }
span { border-color: rgb(249,147,44); }
td.TdClassName
{
border-color: #F9932C;
}
.TagClassName
{
border-color: #F9932C;
}
</style>