Shades of Neon Carrot #F99232
Tints of Neon Carrot #F99232
RGB
CMYK
RGB Variations
Color information
#F99232 (or 0xF99232) is known color: Neon Carrot. HEX triplet: F9, 92 and 32. RGB value is (249,146,50). Sum of RGB (Red+Green+Blue) = 249+146+50=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F99232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99232 is #066DCD. Grayscale: #A6A6A6. Windows color (decimal): -421326 or 3314425. OLE color: 3314425.
HSL color Cylindrical-coordinate representation of color #F99232: hue angle of 28.94º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F99232 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 50 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.02 |
| HSL | 28.94º | 0.94% | 0.59% | - |
| HSV(B) | 28.94º | 0.8% | 0.98% | - |
| XYZ | 49.92 | 40.93 | 8.29 | - |
| YUV | 165.85 | 62.62 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 50 | 0 | 0.41 | 0.80 | 0.02 | 28.94 | 0.94 | 0.59 |
| Hex | F9 | 92 | 32 | 0 | 29 | 50 | 2 | 1D | 5E | 3B |
| Octal | 371 | 222 | 62 | 0 | 51 | 120 | 2 | 35 | 136 | 73 |
| Binary | 11111001 | 10010010 | 110010 | 0 | 101001 | 1010000 | 10 | 11101 | 1011110 | 111011 |
Color Harmonies of #F99232
Complementary color
Monochromatic Colors of #F99232
Black with #F99232
Text Example
Text Example
White with #F99232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99232; }
p { color: rgb(249,146,50); }
H1.HeaderClassName
{
color: #F99232;
}
.AnyTagClassName
{
color: #F99232;
}
</style>
background-color css
<style>
a { background-color: #F99232; }
a { background-color: rgb(249,146,50); }
div.DivClassName
{
background-color: #F99232;
}
.BgClassName
{
background-color: #F99232;
}
</style>
border-color css
<style>
span { border-color: #F99232; }
span { border-color: rgb(249,146,50); }
td.TdClassName
{
border-color: #F99232;
}
.TagClassName
{
border-color: #F99232;
}
</style>