Shades of Neon Carrot #F99529
Tints of Neon Carrot #F99529
RGB
CMYK
RGB Variations
Color information
#F99529 (or 0xF99529) is known color: Neon Carrot. HEX triplet: F9, 95 and 29. RGB value is (249,149,41). Sum of RGB (Red+Green+Blue) = 249+149+41=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F99529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99529 is #066AD6. Grayscale: #A7A7A7. Windows color (decimal): -420567 or 2725369. OLE color: 2725369.
HSL color Cylindrical-coordinate representation of color #F99529: hue angle of 31.15º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F99529 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 41 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.02 |
| HSL | 31.15º | 0.95% | 0.57% | - |
| HSV(B) | 31.15º | 0.84% | 0.98% | - |
| XYZ | 50.21 | 41.79 | 7.52 | - |
| YUV | 166.59 | 57.13 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 41 | 0 | 0.40 | 0.84 | 0.02 | 31.15 | 0.95 | 0.57 |
| Hex | F9 | 95 | 29 | 0 | 28 | 54 | 2 | 1F | 5F | 39 |
| Octal | 371 | 225 | 51 | 0 | 50 | 124 | 2 | 37 | 137 | 71 |
| Binary | 11111001 | 10010101 | 101001 | 0 | 101000 | 1010100 | 10 | 11111 | 1011111 | 111001 |
Color Harmonies of #F99529
Complementary color
Monochromatic Colors of #F99529
Black with #F99529
Text Example
Text Example
White with #F99529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99529; }
p { color: rgb(249,149,41); }
H1.HeaderClassName
{
color: #F99529;
}
.AnyTagClassName
{
color: #F99529;
}
</style>
background-color css
<style>
a { background-color: #F99529; }
a { background-color: rgb(249,149,41); }
div.DivClassName
{
background-color: #F99529;
}
.BgClassName
{
background-color: #F99529;
}
</style>
border-color css
<style>
span { border-color: #F99529; }
span { border-color: rgb(249,149,41); }
td.TdClassName
{
border-color: #F99529;
}
.TagClassName
{
border-color: #F99529;
}
</style>