Shades of Neon Carrot #FD9A32
Tints of Neon Carrot #FD9A32
RGB
CMYK
RGB Variations
Color information
#FD9A32 (or 0xFD9A32) is known color: Neon Carrot. HEX triplet: FD, 9A and 32. RGB value is (253,154,50). Sum of RGB (Red+Green+Blue) = 253+154+50=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9A32 is #0265CD. Grayscale: #ACACAC. Windows color (decimal): -157134 or 3316477. OLE color: 3316477.
HSL color Cylindrical-coordinate representation of color #FD9A32: hue angle of 30.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD9A32 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 50 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.01 |
| HSL | 30.74º | 0.98% | 0.59% | - |
| HSV(B) | 30.74º | 0.8% | 0.99% | - |
| XYZ | 52.64 | 44.22 | 8.78 | - |
| YUV | 171.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 50 | 0 | 0.39 | 0.80 | 0.01 | 30.74 | 0.98 | 0.59 |
| Hex | FD | 9A | 32 | 0 | 27 | 50 | 1 | 1F | 62 | 3B |
| Octal | 375 | 232 | 62 | 0 | 47 | 120 | 1 | 37 | 142 | 73 |
| Binary | 11111101 | 10011010 | 110010 | 0 | 100111 | 1010000 | 1 | 11111 | 1100010 | 111011 |
Color Harmonies of #FD9A32
Complementary color
Monochromatic Colors of #FD9A32
Black with #FD9A32
Text Example
Text Example
White with #FD9A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A32; }
p { color: rgb(253,154,50); }
H1.HeaderClassName
{
color: #FD9A32;
}
.AnyTagClassName
{
color: #FD9A32;
}
</style>
background-color css
<style>
a { background-color: #FD9A32; }
a { background-color: rgb(253,154,50); }
div.DivClassName
{
background-color: #FD9A32;
}
.BgClassName
{
background-color: #FD9A32;
}
</style>
border-color css
<style>
span { border-color: #FD9A32; }
span { border-color: rgb(253,154,50); }
td.TdClassName
{
border-color: #FD9A32;
}
.TagClassName
{
border-color: #FD9A32;
}
</style>