Shades of Carrot Orange #FD9A1D
Tints of Carrot Orange #FD9A1D
RGB
CMYK
RGB Variations
Color information
#FD9A1D (or 0xFD9A1D) is known color: Carrot Orange. HEX triplet: FD, 9A and 1D. RGB value is (253,154,29). Sum of RGB (Red+Green+Blue) = 253+154+29=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9A1D is #0265E2. Grayscale: #A9A9A9. Windows color (decimal): -157155 or 1940221. OLE color: 1940221.
HSL color Cylindrical-coordinate representation of color #FD9A1D: hue angle of 33.48º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD9A1D is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 29 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.01 |
| HSL | 33.48º | 0.98% | 0.55% | - |
| HSV(B) | 33.48º | 0.89% | 0.99% | - |
| XYZ | 52.29 | 44.08 | 6.92 | - |
| YUV | 169.35 | 48.8 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 29 | 0 | 0.39 | 0.89 | 0.01 | 33.48 | 0.98 | 0.55 |
| Hex | FD | 9A | 1D | 0 | 27 | 59 | 1 | 21 | 62 | 37 |
| Octal | 375 | 232 | 35 | 0 | 47 | 131 | 1 | 41 | 142 | 67 |
| Binary | 11111101 | 10011010 | 11101 | 0 | 100111 | 1011001 | 1 | 100001 | 1100010 | 110111 |
Color Harmonies of #FD9A1D
Complementary color
Monochromatic Colors of #FD9A1D
Black with #FD9A1D
Text Example
Text Example
White with #FD9A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A1D; }
p { color: rgb(253,154,29); }
H1.HeaderClassName
{
color: #FD9A1D;
}
.AnyTagClassName
{
color: #FD9A1D;
}
</style>
background-color css
<style>
a { background-color: #FD9A1D; }
a { background-color: rgb(253,154,29); }
div.DivClassName
{
background-color: #FD9A1D;
}
.BgClassName
{
background-color: #FD9A1D;
}
</style>
border-color css
<style>
span { border-color: #FD9A1D; }
span { border-color: rgb(253,154,29); }
td.TdClassName
{
border-color: #FD9A1D;
}
.TagClassName
{
border-color: #FD9A1D;
}
</style>