Shades of Neon Carrot #F99A32
Tints of Neon Carrot #F99A32
RGB
CMYK
RGB Variations
Color information
#F99A32 (or 0xF99A32) is known color: Neon Carrot. HEX triplet: F9, 9A and 32. RGB value is (249,154,50). Sum of RGB (Red+Green+Blue) = 249+154+50=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 50 (19.92% from 255 or 11.04% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99A32 is #0665CD. Grayscale: #ABABAB. Windows color (decimal): -419278 or 3316473. OLE color: 3316473.
HSL color Cylindrical-coordinate representation of color #F99A32: hue angle of 31.36º 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 #F99A32 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 50 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.02 |
| HSL | 31.36º | 0.94% | 0.59% | - |
| HSV(B) | 31.36º | 0.8% | 0.98% | - |
| XYZ | 51.2 | 43.48 | 8.71 | - |
| YUV | 170.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 50 | 0 | 0.38 | 0.80 | 0.02 | 31.36 | 0.94 | 0.59 |
| Hex | F9 | 9A | 32 | 0 | 26 | 50 | 2 | 1F | 5E | 3B |
| Octal | 371 | 232 | 62 | 0 | 46 | 120 | 2 | 37 | 136 | 73 |
| Binary | 11111001 | 10011010 | 110010 | 0 | 100110 | 1010000 | 10 | 11111 | 1011110 | 111011 |
Color Harmonies of #F99A32
Complementary color
Monochromatic Colors of #F99A32
Black with #F99A32
Text Example
Text Example
White with #F99A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A32; }
p { color: rgb(249,154,50); }
H1.HeaderClassName
{
color: #F99A32;
}
.AnyTagClassName
{
color: #F99A32;
}
</style>
background-color css
<style>
a { background-color: #F99A32; }
a { background-color: rgb(249,154,50); }
div.DivClassName
{
background-color: #F99A32;
}
.BgClassName
{
background-color: #F99A32;
}
</style>
border-color css
<style>
span { border-color: #F99A32; }
span { border-color: rgb(249,154,50); }
td.TdClassName
{
border-color: #F99A32;
}
.TagClassName
{
border-color: #F99A32;
}
</style>