Shades of Neon Carrot #FD9D3C
Tints of Neon Carrot #FD9D3C
RGB
CMYK
RGB Variations
Color information
#FD9D3C (or 0xFD9D3C) is known color: Neon Carrot. HEX triplet: FD, 9D and 3C. RGB value is (253,157,60). Sum of RGB (Red+Green+Blue) = 253+157+60=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9D3C is #0262C3. Grayscale: #AFAFAF. Windows color (decimal): -156356 or 3972605. OLE color: 3972605.
HSL color Cylindrical-coordinate representation of color #FD9D3C: hue angle of 30.16º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD9D3C is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 157 | 60 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.01 |
| HSL | 30.16º | 0.98% | 0.61% | - |
| HSV(B) | 30.16º | 0.76% | 0.99% | - |
| XYZ | 53.38 | 45.32 | 10.21 | - |
| YUV | 174.65 | 63.3 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 157 | 60 | 0 | 0.38 | 0.76 | 0.01 | 30.16 | 0.98 | 0.61 |
| Hex | FD | 9D | 3C | 0 | 26 | 4C | 1 | 1E | 62 | 3D |
| Octal | 375 | 235 | 74 | 0 | 46 | 114 | 1 | 36 | 142 | 75 |
| Binary | 11111101 | 10011101 | 111100 | 0 | 100110 | 1001100 | 1 | 11110 | 1100010 | 111101 |
Color Harmonies of #FD9D3C
Complementary color
Monochromatic Colors of #FD9D3C
Black with #FD9D3C
Text Example
Text Example
White with #FD9D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9D3C; }
p { color: rgb(253,157,60); }
H1.HeaderClassName
{
color: #FD9D3C;
}
.AnyTagClassName
{
color: #FD9D3C;
}
</style>
background-color css
<style>
a { background-color: #FD9D3C; }
a { background-color: rgb(253,157,60); }
div.DivClassName
{
background-color: #FD9D3C;
}
.BgClassName
{
background-color: #FD9D3C;
}
</style>
border-color css
<style>
span { border-color: #FD9D3C; }
span { border-color: rgb(253,157,60); }
td.TdClassName
{
border-color: #FD9D3C;
}
.TagClassName
{
border-color: #FD9D3C;
}
</style>