Shades of Carrot Orange #FD8C20
Tints of Carrot Orange #FD8C20
RGB
CMYK
RGB Variations
Color information
#FD8C20 (or 0xFD8C20) is known color: Carrot Orange. HEX triplet: FD, 8C and 20. RGB value is (253,140,32). Sum of RGB (Red+Green+Blue) = 253+140+32=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C20 is #0273DF. Grayscale: #A2A2A2. Windows color (decimal): -160736 or 2133245. OLE color: 2133245.
HSL color Cylindrical-coordinate representation of color #FD8C20: hue angle of 29.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD8C20 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 32 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.01 |
| HSL | 29.32º | 0.98% | 0.56% | - |
| HSV(B) | 29.32º | 0.87% | 0.99% | - |
| XYZ | 50.15 | 39.74 | 6.39 | - |
| YUV | 161.48 | 54.94 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 32 | 0 | 0.45 | 0.87 | 0.01 | 29.32 | 0.98 | 0.56 |
| Hex | FD | 8C | 20 | 0 | 2D | 57 | 1 | 1D | 62 | 38 |
| Octal | 375 | 214 | 40 | 0 | 55 | 127 | 1 | 35 | 142 | 70 |
| Binary | 11111101 | 10001100 | 100000 | 0 | 101101 | 1010111 | 1 | 11101 | 1100010 | 111000 |
Color Harmonies of #FD8C20
Complementary color
Monochromatic Colors of #FD8C20
Black with #FD8C20
Text Example
Text Example
White with #FD8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C20; }
p { color: rgb(253,140,32); }
H1.HeaderClassName
{
color: #FD8C20;
}
.AnyTagClassName
{
color: #FD8C20;
}
</style>
background-color css
<style>
a { background-color: #FD8C20; }
a { background-color: rgb(253,140,32); }
div.DivClassName
{
background-color: #FD8C20;
}
.BgClassName
{
background-color: #FD8C20;
}
</style>
border-color css
<style>
span { border-color: #FD8C20; }
span { border-color: rgb(253,140,32); }
td.TdClassName
{
border-color: #FD8C20;
}
.TagClassName
{
border-color: #FD8C20;
}
</style>