Shades of Peach-Orange #FFCF9C
Tints of Peach-Orange #FFCF9C
RGB
CMYK
RGB Variations
Color information
#FFCF9C (or 0xFFCF9C) is known color: Peach-Orange. HEX triplet: FF, CF and 9C. RGB value is (255,207,156). Sum of RGB (Red+Green+Blue) = 255+207+156=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 156 (61.33% from 255 or 25.24% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF9C is #003063. Grayscale: #D7D7D7. Windows color (decimal): -12388 or 10276863. OLE color: 10276863.
HSL color Cylindrical-coordinate representation of color #FFCF9C: hue angle of 30.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFCF9C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 156 | - |
| CMYK | 0 | 0.19 | 0.39 | 0 |
| HSL | 30.91º | 1% | 0.81% | - |
| HSV(B) | 30.91º | 0.39% | 1% | - |
| XYZ | 69.55 | 68.29 | 40.97 | - |
| YUV | 215.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 156 | 0 | 0.19 | 0.39 | 0 | 30.91 | 1 | 0.81 |
| Hex | FF | CF | 9C | 0 | 13 | 27 | 0 | 1F | 64 | 51 |
| Octal | 377 | 317 | 234 | 0 | 23 | 47 | 0 | 37 | 144 | 121 |
| Binary | 11111111 | 11001111 | 10011100 | 0 | 10011 | 100111 | 0 | 11111 | 1100100 | 1010001 |
Color Harmonies of #FFCF9C
Complementary color
Monochromatic Colors of #FFCF9C
Black with #FFCF9C
Text Example
Text Example
White with #FFCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF9C; }
p { color: rgb(255,207,156); }
H1.HeaderClassName
{
color: #FFCF9C;
}
.AnyTagClassName
{
color: #FFCF9C;
}
</style>
background-color css
<style>
a { background-color: #FFCF9C; }
a { background-color: rgb(255,207,156); }
div.DivClassName
{
background-color: #FFCF9C;
}
.BgClassName
{
background-color: #FFCF9C;
}
</style>
border-color css
<style>
span { border-color: #FFCF9C; }
span { border-color: rgb(255,207,156); }
td.TdClassName
{
border-color: #FFCF9C;
}
.TagClassName
{
border-color: #FFCF9C;
}
</style>