Shades of Peach-Orange #FDC78F
Tints of Peach-Orange #FDC78F
RGB
CMYK
RGB Variations
Color information
#FDC78F (or 0xFDC78F) is known color: Peach-Orange. HEX triplet: FD, C7 and 8F. RGB value is (253,199,143). Sum of RGB (Red+Green+Blue) = 253+199+143=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78F is #023870. Grayscale: #D1D1D1. Windows color (decimal): -145521 or 9422845. OLE color: 9422845.
HSL color Cylindrical-coordinate representation of color #FDC78F: hue angle of 30.55º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC78F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 143 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 30.55º | 0.96% | 0.78% | - |
| HSV(B) | 30.55º | 0.43% | 0.99% | - |
| XYZ | 65.89 | 63.71 | 34.81 | - |
| YUV | 208.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 143 | 0 | 0.21 | 0.43 | 0.01 | 30.55 | 0.96 | 0.78 |
| Hex | FD | C7 | 8F | 0 | 15 | 2B | 1 | 1F | 60 | 4E |
| Octal | 375 | 307 | 217 | 0 | 25 | 53 | 1 | 37 | 140 | 116 |
| Binary | 11111101 | 11000111 | 10001111 | 0 | 10101 | 101011 | 1 | 11111 | 1100000 | 1001110 |
Color Harmonies of #FDC78F
Complementary color
Monochromatic Colors of #FDC78F
Black with #FDC78F
Text Example
Text Example
White with #FDC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC78F; }
p { color: rgb(253,199,143); }
H1.HeaderClassName
{
color: #FDC78F;
}
.AnyTagClassName
{
color: #FDC78F;
}
</style>
background-color css
<style>
a { background-color: #FDC78F; }
a { background-color: rgb(253,199,143); }
div.DivClassName
{
background-color: #FDC78F;
}
.BgClassName
{
background-color: #FDC78F;
}
</style>
border-color css
<style>
span { border-color: #FDC78F; }
span { border-color: rgb(253,199,143); }
td.TdClassName
{
border-color: #FDC78F;
}
.TagClassName
{
border-color: #FDC78F;
}
</style>