Shades of Carrot Orange #FD8D1A
Tints of Carrot Orange #FD8D1A
RGB
CMYK
RGB Variations
Color information
#FD8D1A (or 0xFD8D1A) is known color: Carrot Orange. HEX triplet: FD, 8D and 1A. RGB value is (253,141,26). Sum of RGB (Red+Green+Blue) = 253+141+26=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D1A is #0272E5. Grayscale: #A1A1A1. Windows color (decimal): -160486 or 1740285. OLE color: 1740285.
HSL color Cylindrical-coordinate representation of color #FD8D1A: 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.9%. Process color model (Four color, CMYK) of #FD8D1A is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 26 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.01 |
| HSL | 30.4º | 0.98% | 0.55% | - |
| HSV(B) | 30.4º | 0.9% | 0.99% | - |
| XYZ | 50.22 | 40.01 | 6.05 | - |
| YUV | 161.38 | 51.61 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 26 | 0 | 0.44 | 0.90 | 0.01 | 30.4 | 0.98 | 0.55 |
| Hex | FD | 8D | 1A | 0 | 2C | 5A | 1 | 1E | 62 | 37 |
| Octal | 375 | 215 | 32 | 0 | 54 | 132 | 1 | 36 | 142 | 67 |
| Binary | 11111101 | 10001101 | 11010 | 0 | 101100 | 1011010 | 1 | 11110 | 1100010 | 110111 |
Color Harmonies of #FD8D1A
Complementary color
Monochromatic Colors of #FD8D1A
Black with #FD8D1A
Text Example
Text Example
White with #FD8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D1A; }
p { color: rgb(253,141,26); }
H1.HeaderClassName
{
color: #FD8D1A;
}
.AnyTagClassName
{
color: #FD8D1A;
}
</style>
background-color css
<style>
a { background-color: #FD8D1A; }
a { background-color: rgb(253,141,26); }
div.DivClassName
{
background-color: #FD8D1A;
}
.BgClassName
{
background-color: #FD8D1A;
}
</style>
border-color css
<style>
span { border-color: #FD8D1A; }
span { border-color: rgb(253,141,26); }
td.TdClassName
{
border-color: #FD8D1A;
}
.TagClassName
{
border-color: #FD8D1A;
}
</style>