Shades of Peach-Orange #FFCF98
Tints of Peach-Orange #FFCF98
RGB
CMYK
RGB Variations
Color information
#FFCF98 (or 0xFFCF98) is known color: Peach-Orange. HEX triplet: FF, CF and 98. RGB value is (255,207,152). Sum of RGB (Red+Green+Blue) = 255+207+152=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF98 is #003067. Grayscale: #D7D7D7. Windows color (decimal): -12392 or 10014719. OLE color: 10014719.
HSL color Cylindrical-coordinate representation of color #FFCF98: hue angle of 32.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCF98 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 152 | - |
| CMYK | 0 | 0.19 | 0.40 | 0 |
| HSL | 32.04º | 1% | 0.8% | - |
| HSV(B) | 32.04º | 0.4% | 1% | - |
| XYZ | 69.22 | 68.15 | 39.21 | - |
| YUV | 215.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 152 | 0 | 0.19 | 0.40 | 0 | 32.04 | 1 | 0.8 |
| Hex | FF | CF | 98 | 0 | 13 | 28 | 0 | 20 | 64 | 50 |
| Octal | 377 | 317 | 230 | 0 | 23 | 50 | 0 | 40 | 144 | 120 |
| Binary | 11111111 | 11001111 | 10011000 | 0 | 10011 | 101000 | 0 | 100000 | 1100100 | 1010000 |
Color Harmonies of #FFCF98
Complementary color
Monochromatic Colors of #FFCF98
Black with #FFCF98
Text Example
Text Example
White with #FFCF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF98; }
p { color: rgb(255,207,152); }
H1.HeaderClassName
{
color: #FFCF98;
}
.AnyTagClassName
{
color: #FFCF98;
}
</style>
background-color css
<style>
a { background-color: #FFCF98; }
a { background-color: rgb(255,207,152); }
div.DivClassName
{
background-color: #FFCF98;
}
.BgClassName
{
background-color: #FFCF98;
}
</style>
border-color css
<style>
span { border-color: #FFCF98; }
span { border-color: rgb(255,207,152); }
td.TdClassName
{
border-color: #FFCF98;
}
.TagClassName
{
border-color: #FFCF98;
}
</style>