Shades of Peach-Orange #FFC58E
Tints of Peach-Orange #FFC58E
RGB
CMYK
RGB Variations
Color information
#FFC58E (or 0xFFC58E) is known color: Peach-Orange. HEX triplet: FF, C5 and 8E. RGB value is (255,197,142). Sum of RGB (Red+Green+Blue) = 255+197+142=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC58E is #003A71. Grayscale: #D0D0D0. Windows color (decimal): -14962 or 9356799. OLE color: 9356799.
HSL color Cylindrical-coordinate representation of color #FFC58E: hue angle of 29.2º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC58E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 142 | - |
| CMYK | 0 | 0.23 | 0.44 | 0 |
| HSL | 29.2º | 1% | 0.78% | - |
| HSV(B) | 29.2º | 0.44% | 1% | - |
| XYZ | 66.09 | 63.15 | 34.3 | - |
| YUV | 208.07 | 90.72 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 142 | 0 | 0.23 | 0.44 | 0 | 29.2 | 1 | 0.78 |
| Hex | FF | C5 | 8E | 0 | 17 | 2C | 0 | 1D | 64 | 4E |
| Octal | 377 | 305 | 216 | 0 | 27 | 54 | 0 | 35 | 144 | 116 |
| Binary | 11111111 | 11000101 | 10001110 | 0 | 10111 | 101100 | 0 | 11101 | 1100100 | 1001110 |
Color Harmonies of #FFC58E
Complementary color
Monochromatic Colors of #FFC58E
Black with #FFC58E
Text Example
Text Example
White with #FFC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC58E; }
p { color: rgb(255,197,142); }
H1.HeaderClassName
{
color: #FFC58E;
}
.AnyTagClassName
{
color: #FFC58E;
}
</style>
background-color css
<style>
a { background-color: #FFC58E; }
a { background-color: rgb(255,197,142); }
div.DivClassName
{
background-color: #FFC58E;
}
.BgClassName
{
background-color: #FFC58E;
}
</style>
border-color css
<style>
span { border-color: #FFC58E; }
span { border-color: rgb(255,197,142); }
td.TdClassName
{
border-color: #FFC58E;
}
.TagClassName
{
border-color: #FFC58E;
}
</style>