Shades of Neon Carrot #FD9C2D
Tints of Neon Carrot #FD9C2D
RGB
CMYK
RGB Variations
Color information
#FD9C2D (or 0xFD9C2D) is known color: Neon Carrot. HEX triplet: FD, 9C and 2D. RGB value is (253,156,45). Sum of RGB (Red+Green+Blue) = 253+156+45=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9C2D is #0263D2. Grayscale: #ACACAC. Windows color (decimal): -156627 or 2989309. OLE color: 2989309.
HSL color Cylindrical-coordinate representation of color #FD9C2D: hue angle of 32.02º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD9C2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.01 |
| HSL | 32.02º | 0.98% | 0.58% | - |
| HSV(B) | 32.02º | 0.82% | 0.99% | - |
| XYZ | 52.87 | 44.85 | 8.35 | - |
| YUV | 172.35 | 56.14 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 45 | 0 | 0.38 | 0.82 | 0.01 | 32.02 | 0.98 | 0.58 |
| Hex | FD | 9C | 2D | 0 | 26 | 52 | 1 | 20 | 62 | 3A |
| Octal | 375 | 234 | 55 | 0 | 46 | 122 | 1 | 40 | 142 | 72 |
| Binary | 11111101 | 10011100 | 101101 | 0 | 100110 | 1010010 | 1 | 100000 | 1100010 | 111010 |
Color Harmonies of #FD9C2D
Complementary color
Monochromatic Colors of #FD9C2D
Black with #FD9C2D
Text Example
Text Example
White with #FD9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C2D; }
p { color: rgb(253,156,45); }
H1.HeaderClassName
{
color: #FD9C2D;
}
.AnyTagClassName
{
color: #FD9C2D;
}
</style>
background-color css
<style>
a { background-color: #FD9C2D; }
a { background-color: rgb(253,156,45); }
div.DivClassName
{
background-color: #FD9C2D;
}
.BgClassName
{
background-color: #FD9C2D;
}
</style>
border-color css
<style>
span { border-color: #FD9C2D; }
span { border-color: rgb(253,156,45); }
td.TdClassName
{
border-color: #FD9C2D;
}
.TagClassName
{
border-color: #FD9C2D;
}
</style>