Shades of Peach-Orange #FFCF8D
Tints of Peach-Orange #FFCF8D
RGB
CMYK
RGB Variations
Color information
#FFCF8D (or 0xFFCF8D) is known color: Peach-Orange. HEX triplet: FF, CF and 8D. RGB value is (255,207,141). Sum of RGB (Red+Green+Blue) = 255+207+141=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF8D is #003072. Grayscale: #D6D6D6. Windows color (decimal): -12403 or 9293823. OLE color: 9293823.
HSL color Cylindrical-coordinate representation of color #FFCF8D: hue angle of 34.74º 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 #FFCF8D is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 141 | - |
| CMYK | 0 | 0.19 | 0.45 | 0 |
| HSL | 34.74º | 1% | 0.78% | - |
| HSV(B) | 34.74º | 0.45% | 1% | - |
| XYZ | 68.36 | 67.81 | 34.68 | - |
| YUV | 213.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 141 | 0 | 0.19 | 0.45 | 0 | 34.74 | 1 | 0.78 |
| Hex | FF | CF | 8D | 0 | 13 | 2D | 0 | 23 | 64 | 4E |
| Octal | 377 | 317 | 215 | 0 | 23 | 55 | 0 | 43 | 144 | 116 |
| Binary | 11111111 | 11001111 | 10001101 | 0 | 10011 | 101101 | 0 | 100011 | 1100100 | 1001110 |
Color Harmonies of #FFCF8D
Complementary color
Monochromatic Colors of #FFCF8D
Black with #FFCF8D
Text Example
Text Example
White with #FFCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF8D; }
p { color: rgb(255,207,141); }
H1.HeaderClassName
{
color: #FFCF8D;
}
.AnyTagClassName
{
color: #FFCF8D;
}
</style>
background-color css
<style>
a { background-color: #FFCF8D; }
a { background-color: rgb(255,207,141); }
div.DivClassName
{
background-color: #FFCF8D;
}
.BgClassName
{
background-color: #FFCF8D;
}
</style>
border-color css
<style>
span { border-color: #FFCF8D; }
span { border-color: rgb(255,207,141); }
td.TdClassName
{
border-color: #FFCF8D;
}
.TagClassName
{
border-color: #FFCF8D;
}
</style>