Shades of Peach-Orange #FFC08D
Tints of Peach-Orange #FFC08D
RGB
CMYK
RGB Variations
Color information
#FFC08D (or 0xFFC08D) is known color: Peach-Orange. HEX triplet: FF, C0 and 8D. RGB value is (255,192,141). Sum of RGB (Red+Green+Blue) = 255+192+141=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC08D is #003F72. Grayscale: #CDCDCD. Windows color (decimal): -16243 or 9289983. OLE color: 9289983.
HSL color Cylindrical-coordinate representation of color #FFC08D: hue angle of 26.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC08D is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 141 | - |
| CMYK | 0 | 0.25 | 0.45 | 0 |
| HSL | 26.84º | 1% | 0.78% | - |
| HSV(B) | 26.84º | 0.45% | 1% | - |
| XYZ | 64.9 | 60.88 | 33.53 | - |
| YUV | 205.02 | 91.87 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 141 | 0 | 0.25 | 0.45 | 0 | 26.84 | 1 | 0.78 |
| Hex | FF | C0 | 8D | 0 | 19 | 2D | 0 | 1B | 64 | 4E |
| Octal | 377 | 300 | 215 | 0 | 31 | 55 | 0 | 33 | 144 | 116 |
| Binary | 11111111 | 11000000 | 10001101 | 0 | 11001 | 101101 | 0 | 11011 | 1100100 | 1001110 |
Color Harmonies of #FFC08D
Complementary color
Monochromatic Colors of #FFC08D
Black with #FFC08D
Text Example
Text Example
White with #FFC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC08D; }
p { color: rgb(255,192,141); }
H1.HeaderClassName
{
color: #FFC08D;
}
.AnyTagClassName
{
color: #FFC08D;
}
</style>
background-color css
<style>
a { background-color: #FFC08D; }
a { background-color: rgb(255,192,141); }
div.DivClassName
{
background-color: #FFC08D;
}
.BgClassName
{
background-color: #FFC08D;
}
</style>
border-color css
<style>
span { border-color: #FFC08D; }
span { border-color: rgb(255,192,141); }
td.TdClassName
{
border-color: #FFC08D;
}
.TagClassName
{
border-color: #FFC08D;
}
</style>