Shades of Neon Carrot #FD9E2C
Tints of Neon Carrot #FD9E2C
RGB
CMYK
RGB Variations
Color information
#FD9E2C (or 0xFD9E2C) is known color: Neon Carrot. HEX triplet: FD, 9E and 2C. RGB value is (253,158,44). Sum of RGB (Red+Green+Blue) = 253+158+44=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9E2C is #0261D3. Grayscale: #ADADAD. Windows color (decimal): -156116 or 2924285. OLE color: 2924285.
HSL color Cylindrical-coordinate representation of color #FD9E2C: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD9E2C is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 158 | 44 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.01 |
| HSL | 32.73º | 0.98% | 0.58% | - |
| HSV(B) | 32.73º | 0.83% | 0.99% | - |
| XYZ | 53.19 | 45.52 | 8.37 | - |
| YUV | 173.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 158 | 44 | 0 | 0.38 | 0.83 | 0.01 | 32.73 | 0.98 | 0.58 |
| Hex | FD | 9E | 2C | 0 | 26 | 53 | 1 | 21 | 62 | 3A |
| Octal | 375 | 236 | 54 | 0 | 46 | 123 | 1 | 41 | 142 | 72 |
| Binary | 11111101 | 10011110 | 101100 | 0 | 100110 | 1010011 | 1 | 100001 | 1100010 | 111010 |
Color Harmonies of #FD9E2C
Complementary color
Monochromatic Colors of #FD9E2C
Black with #FD9E2C
Text Example
Text Example
White with #FD9E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9E2C; }
p { color: rgb(253,158,44); }
H1.HeaderClassName
{
color: #FD9E2C;
}
.AnyTagClassName
{
color: #FD9E2C;
}
</style>
background-color css
<style>
a { background-color: #FD9E2C; }
a { background-color: rgb(253,158,44); }
div.DivClassName
{
background-color: #FD9E2C;
}
.BgClassName
{
background-color: #FD9E2C;
}
</style>
border-color css
<style>
span { border-color: #FD9E2C; }
span { border-color: rgb(253,158,44); }
td.TdClassName
{
border-color: #FD9E2C;
}
.TagClassName
{
border-color: #FD9E2C;
}
</style>