Shades of Peach-Orange #FFC08E
Tints of Peach-Orange #FFC08E
RGB
CMYK
RGB Variations
Color information
#FFC08E (or 0xFFC08E) is known color: Peach-Orange. HEX triplet: FF, C0 and 8E. RGB value is (255,192,142). Sum of RGB (Red+Green+Blue) = 255+192+142=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC08E is #003F71. Grayscale: #CDCDCD. Windows color (decimal): -16242 or 9355519. OLE color: 9355519.
HSL color Cylindrical-coordinate representation of color #FFC08E: hue angle of 26.55º 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 #FFC08E is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 142 | - |
| CMYK | 0 | 0.25 | 0.44 | 0 |
| HSL | 26.55º | 1% | 0.78% | - |
| HSV(B) | 26.55º | 0.44% | 1% | - |
| XYZ | 64.97 | 60.91 | 33.92 | - |
| YUV | 205.14 | 92.37 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 142 | 0 | 0.25 | 0.44 | 0 | 26.55 | 1 | 0.78 |
| Hex | FF | C0 | 8E | 0 | 19 | 2C | 0 | 1B | 64 | 4E |
| Octal | 377 | 300 | 216 | 0 | 31 | 54 | 0 | 33 | 144 | 116 |
| Binary | 11111111 | 11000000 | 10001110 | 0 | 11001 | 101100 | 0 | 11011 | 1100100 | 1001110 |
Color Harmonies of #FFC08E
Complementary color
Monochromatic Colors of #FFC08E
Black with #FFC08E
Text Example
Text Example
White with #FFC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC08E; }
p { color: rgb(255,192,142); }
H1.HeaderClassName
{
color: #FFC08E;
}
.AnyTagClassName
{
color: #FFC08E;
}
</style>
background-color css
<style>
a { background-color: #FFC08E; }
a { background-color: rgb(255,192,142); }
div.DivClassName
{
background-color: #FFC08E;
}
.BgClassName
{
background-color: #FFC08E;
}
</style>
border-color css
<style>
span { border-color: #FFC08E; }
span { border-color: rgb(255,192,142); }
td.TdClassName
{
border-color: #FFC08E;
}
.TagClassName
{
border-color: #FFC08E;
}
</style>