Shades of Carrot Orange #FD8D25
Tints of Carrot Orange #FD8D25
RGB
CMYK
RGB Variations
Color information
#FD8D25 (or 0xFD8D25) is known color: Carrot Orange. HEX triplet: FD, 8D and 25. RGB value is (253,141,37). Sum of RGB (Red+Green+Blue) = 253+141+37=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8D25 is #0272DA. Grayscale: #A3A3A3. Windows color (decimal): -160475 or 2461181. OLE color: 2461181.
HSL color Cylindrical-coordinate representation of color #FD8D25: hue angle of 28.89º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD8D25 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 37 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.01 |
| HSL | 28.89º | 0.98% | 0.57% | - |
| HSV(B) | 28.89º | 0.85% | 0.99% | - |
| XYZ | 50.37 | 40.07 | 6.83 | - |
| YUV | 162.63 | 57.11 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 37 | 0 | 0.44 | 0.85 | 0.01 | 28.89 | 0.98 | 0.57 |
| Hex | FD | 8D | 25 | 0 | 2C | 55 | 1 | 1D | 62 | 39 |
| Octal | 375 | 215 | 45 | 0 | 54 | 125 | 1 | 35 | 142 | 71 |
| Binary | 11111101 | 10001101 | 100101 | 0 | 101100 | 1010101 | 1 | 11101 | 1100010 | 111001 |
Color Harmonies of #FD8D25
Complementary color
Monochromatic Colors of #FD8D25
Black with #FD8D25
Text Example
Text Example
White with #FD8D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D25; }
p { color: rgb(253,141,37); }
H1.HeaderClassName
{
color: #FD8D25;
}
.AnyTagClassName
{
color: #FD8D25;
}
</style>
background-color css
<style>
a { background-color: #FD8D25; }
a { background-color: rgb(253,141,37); }
div.DivClassName
{
background-color: #FD8D25;
}
.BgClassName
{
background-color: #FD8D25;
}
</style>
border-color css
<style>
span { border-color: #FD8D25; }
span { border-color: rgb(253,141,37); }
td.TdClassName
{
border-color: #FD8D25;
}
.TagClassName
{
border-color: #FD8D25;
}
</style>