Shades of Peach-Orange #FFCF97
Tints of Peach-Orange #FFCF97
RGB
CMYK
RGB Variations
Color information
#FFCF97 (or 0xFFCF97) is known color: Peach-Orange. HEX triplet: FF, CF and 97. RGB value is (255,207,151). Sum of RGB (Red+Green+Blue) = 255+207+151=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF97 is #003068. Grayscale: #D7D7D7. Windows color (decimal): -12393 or 9949183. OLE color: 9949183.
HSL color Cylindrical-coordinate representation of color #FFCF97: hue angle of 32.31º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFCF97 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 151 | - |
| CMYK | 0 | 0.19 | 0.41 | 0 |
| HSL | 32.31º | 1% | 0.8% | - |
| HSV(B) | 32.31º | 0.41% | 1% | - |
| XYZ | 69.14 | 68.12 | 38.78 | - |
| YUV | 214.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 151 | 0 | 0.19 | 0.41 | 0 | 32.31 | 1 | 0.8 |
| Hex | FF | CF | 97 | 0 | 13 | 29 | 0 | 20 | 64 | 50 |
| Octal | 377 | 317 | 227 | 0 | 23 | 51 | 0 | 40 | 144 | 120 |
| Binary | 11111111 | 11001111 | 10010111 | 0 | 10011 | 101001 | 0 | 100000 | 1100100 | 1010000 |
Color Harmonies of #FFCF97
Complementary color
Monochromatic Colors of #FFCF97
Black with #FFCF97
Text Example
Text Example
White with #FFCF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF97; }
p { color: rgb(255,207,151); }
H1.HeaderClassName
{
color: #FFCF97;
}
.AnyTagClassName
{
color: #FFCF97;
}
</style>
background-color css
<style>
a { background-color: #FFCF97; }
a { background-color: rgb(255,207,151); }
div.DivClassName
{
background-color: #FFCF97;
}
.BgClassName
{
background-color: #FFCF97;
}
</style>
border-color css
<style>
span { border-color: #FFCF97; }
span { border-color: rgb(255,207,151); }
td.TdClassName
{
border-color: #FFCF97;
}
.TagClassName
{
border-color: #FFCF97;
}
</style>