Shades of Peach-Orange #FFC08C
Tints of Peach-Orange #FFC08C
RGB
CMYK
RGB Variations
Color information
#FFC08C (or 0xFFC08C) is known color: Peach-Orange. HEX triplet: FF, C0 and 8C. RGB value is (255,192,140). Sum of RGB (Red+Green+Blue) = 255+192+140=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC08C is #003F73. Grayscale: #CDCDCD. Windows color (decimal): -16244 or 9224447. OLE color: 9224447.
HSL color Cylindrical-coordinate representation of color #FFC08C: hue angle of 27.13º 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 #FFC08C is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 140 | - |
| CMYK | 0 | 0.25 | 0.45 | 0 |
| HSL | 27.13º | 1% | 0.77% | - |
| HSV(B) | 27.13º | 0.45% | 1% | - |
| XYZ | 64.82 | 60.85 | 33.14 | - |
| YUV | 204.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 140 | 0 | 0.25 | 0.45 | 0 | 27.13 | 1 | 0.77 |
| Hex | FF | C0 | 8C | 0 | 19 | 2D | 0 | 1B | 64 | 4D |
| Octal | 377 | 300 | 214 | 0 | 31 | 55 | 0 | 33 | 144 | 115 |
| Binary | 11111111 | 11000000 | 10001100 | 0 | 11001 | 101101 | 0 | 11011 | 1100100 | 1001101 |
Color Harmonies of #FFC08C
Complementary color
Monochromatic Colors of #FFC08C
Black with #FFC08C
Text Example
Text Example
White with #FFC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC08C; }
p { color: rgb(255,192,140); }
H1.HeaderClassName
{
color: #FFC08C;
}
.AnyTagClassName
{
color: #FFC08C;
}
</style>
background-color css
<style>
a { background-color: #FFC08C; }
a { background-color: rgb(255,192,140); }
div.DivClassName
{
background-color: #FFC08C;
}
.BgClassName
{
background-color: #FFC08C;
}
</style>
border-color css
<style>
span { border-color: #FFC08C; }
span { border-color: rgb(255,192,140); }
td.TdClassName
{
border-color: #FFC08C;
}
.TagClassName
{
border-color: #FFC08C;
}
</style>