Shades of Peach-Orange #FDC78D
Tints of Peach-Orange #FDC78D
RGB
CMYK
RGB Variations
Color information
#FDC78D (or 0xFDC78D) is known color: Peach-Orange. HEX triplet: FD, C7 and 8D. RGB value is (253,199,141). Sum of RGB (Red+Green+Blue) = 253+199+141=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78D is #023872. Grayscale: #D0D0D0. Windows color (decimal): -145523 or 9291773. OLE color: 9291773.
HSL color Cylindrical-coordinate representation of color #FDC78D: hue angle of 31.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDC78D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 141 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 31.07º | 0.97% | 0.77% | - |
| HSV(B) | 31.07º | 0.44% | 0.99% | - |
| XYZ | 65.74 | 63.65 | 34.02 | - |
| YUV | 208.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 141 | 0 | 0.21 | 0.44 | 0.01 | 31.07 | 0.97 | 0.77 |
| Hex | FD | C7 | 8D | 0 | 15 | 2C | 1 | 1F | 61 | 4D |
| Octal | 375 | 307 | 215 | 0 | 25 | 54 | 1 | 37 | 141 | 115 |
| Binary | 11111101 | 11000111 | 10001101 | 0 | 10101 | 101100 | 1 | 11111 | 1100001 | 1001101 |
Color Harmonies of #FDC78D
Complementary color
Monochromatic Colors of #FDC78D
Black with #FDC78D
Text Example
Text Example
White with #FDC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC78D; }
p { color: rgb(253,199,141); }
H1.HeaderClassName
{
color: #FDC78D;
}
.AnyTagClassName
{
color: #FDC78D;
}
</style>
background-color css
<style>
a { background-color: #FDC78D; }
a { background-color: rgb(253,199,141); }
div.DivClassName
{
background-color: #FDC78D;
}
.BgClassName
{
background-color: #FDC78D;
}
</style>
border-color css
<style>
span { border-color: #FDC78D; }
span { border-color: rgb(253,199,141); }
td.TdClassName
{
border-color: #FDC78D;
}
.TagClassName
{
border-color: #FDC78D;
}
</style>