Shades of Carrot Orange #FD8E1C
Tints of Carrot Orange #FD8E1C
RGB
CMYK
RGB Variations
Color information
#FD8E1C (or 0xFD8E1C) is known color: Carrot Orange. HEX triplet: FD, 8E and 1C. RGB value is (253,142,28). Sum of RGB (Red+Green+Blue) = 253+142+28=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8E1C is #0271E3. Grayscale: #A2A2A2. Windows color (decimal): -160228 or 1871613. OLE color: 1871613.
HSL color Cylindrical-coordinate representation of color #FD8E1C: hue angle of 30.4º 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 #FD8E1C is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 142 | 28 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.01 |
| HSL | 30.4º | 0.98% | 0.55% | - |
| HSV(B) | 30.4º | 0.89% | 0.99% | - |
| XYZ | 50.39 | 40.31 | 6.22 | - |
| YUV | 162.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 142 | 28 | 0 | 0.44 | 0.89 | 0.01 | 30.4 | 0.98 | 0.55 |
| Hex | FD | 8E | 1C | 0 | 2C | 59 | 1 | 1E | 62 | 37 |
| Octal | 375 | 216 | 34 | 0 | 54 | 131 | 1 | 36 | 142 | 67 |
| Binary | 11111101 | 10001110 | 11100 | 0 | 101100 | 1011001 | 1 | 11110 | 1100010 | 110111 |
Color Harmonies of #FD8E1C
Complementary color
Monochromatic Colors of #FD8E1C
Black with #FD8E1C
Text Example
Text Example
White with #FD8E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8E1C; }
p { color: rgb(253,142,28); }
H1.HeaderClassName
{
color: #FD8E1C;
}
.AnyTagClassName
{
color: #FD8E1C;
}
</style>
background-color css
<style>
a { background-color: #FD8E1C; }
a { background-color: rgb(253,142,28); }
div.DivClassName
{
background-color: #FD8E1C;
}
.BgClassName
{
background-color: #FD8E1C;
}
</style>
border-color css
<style>
span { border-color: #FD8E1C; }
span { border-color: rgb(253,142,28); }
td.TdClassName
{
border-color: #FD8E1C;
}
.TagClassName
{
border-color: #FD8E1C;
}
</style>