Shades of Peach-Orange #FFC58C
Tints of Peach-Orange #FFC58C
RGB
CMYK
RGB Variations
Color information
#FFC58C (or 0xFFC58C) is known color: Peach-Orange. HEX triplet: FF, C5 and 8C. RGB value is (255,197,140). Sum of RGB (Red+Green+Blue) = 255+197+140=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC58C is #003A73. Grayscale: #D0D0D0. Windows color (decimal): -14964 or 9225727. OLE color: 9225727.
HSL color Cylindrical-coordinate representation of color #FFC58C: hue angle of 29.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC58C is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 140 | - |
| CMYK | 0 | 0.23 | 0.45 | 0 |
| HSL | 29.74º | 1% | 0.77% | - |
| HSV(B) | 29.74º | 0.45% | 1% | - |
| XYZ | 65.94 | 63.09 | 33.51 | - |
| YUV | 207.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 140 | 0 | 0.23 | 0.45 | 0 | 29.74 | 1 | 0.77 |
| Hex | FF | C5 | 8C | 0 | 17 | 2D | 0 | 1E | 64 | 4D |
| Octal | 377 | 305 | 214 | 0 | 27 | 55 | 0 | 36 | 144 | 115 |
| Binary | 11111111 | 11000101 | 10001100 | 0 | 10111 | 101101 | 0 | 11110 | 1100100 | 1001101 |
Color Harmonies of #FFC58C
Complementary color
Monochromatic Colors of #FFC58C
Black with #FFC58C
Text Example
Text Example
White with #FFC58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC58C; }
p { color: rgb(255,197,140); }
H1.HeaderClassName
{
color: #FFC58C;
}
.AnyTagClassName
{
color: #FFC58C;
}
</style>
background-color css
<style>
a { background-color: #FFC58C; }
a { background-color: rgb(255,197,140); }
div.DivClassName
{
background-color: #FFC58C;
}
.BgClassName
{
background-color: #FFC58C;
}
</style>
border-color css
<style>
span { border-color: #FFC58C; }
span { border-color: rgb(255,197,140); }
td.TdClassName
{
border-color: #FFC58C;
}
.TagClassName
{
border-color: #FFC58C;
}
</style>