Shades of Peach-Orange #FFCF8C
Tints of Peach-Orange #FFCF8C
RGB
CMYK
RGB Variations
Color information
#FFCF8C (or 0xFFCF8C) is known color: Peach-Orange. HEX triplet: FF, CF and 8C. RGB value is (255,207,140). Sum of RGB (Red+Green+Blue) = 255+207+140=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF8C is #003073. Grayscale: #D6D6D6. Windows color (decimal): -12404 or 9228287. OLE color: 9228287.
HSL color Cylindrical-coordinate representation of color #FFCF8C: hue angle of 34.96º 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 #FFCF8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0 |
| HSL | 34.96º | 1% | 0.77% | - |
| HSV(B) | 34.96º | 0.45% | 1% | - |
| XYZ | 68.29 | 67.78 | 34.29 | - |
| YUV | 213.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 140 | 0 | 0.19 | 0.45 | 0 | 34.96 | 1 | 0.77 |
| Hex | FF | CF | 8C | 0 | 13 | 2D | 0 | 23 | 64 | 4D |
| Octal | 377 | 317 | 214 | 0 | 23 | 55 | 0 | 43 | 144 | 115 |
| Binary | 11111111 | 11001111 | 10001100 | 0 | 10011 | 101101 | 0 | 100011 | 1100100 | 1001101 |
Color Harmonies of #FFCF8C
Complementary color
Monochromatic Colors of #FFCF8C
Black with #FFCF8C
Text Example
Text Example
White with #FFCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF8C; }
p { color: rgb(255,207,140); }
H1.HeaderClassName
{
color: #FFCF8C;
}
.AnyTagClassName
{
color: #FFCF8C;
}
</style>
background-color css
<style>
a { background-color: #FFCF8C; }
a { background-color: rgb(255,207,140); }
div.DivClassName
{
background-color: #FFCF8C;
}
.BgClassName
{
background-color: #FFCF8C;
}
</style>
border-color css
<style>
span { border-color: #FFCF8C; }
span { border-color: rgb(255,207,140); }
td.TdClassName
{
border-color: #FFCF8C;
}
.TagClassName
{
border-color: #FFCF8C;
}
</style>