Shades of Peach-Orange #FFCF99
Tints of Peach-Orange #FFCF99
RGB
CMYK
RGB Variations
Color information
#FFCF99 (or 0xFFCF99) is known color: Peach-Orange. HEX triplet: FF, CF and 99. RGB value is (255,207,153). Sum of RGB (Red+Green+Blue) = 255+207+153=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF99 is #003066. Grayscale: #D7D7D7. Windows color (decimal): -12391 or 10080255. OLE color: 10080255.
HSL color Cylindrical-coordinate representation of color #FFCF99: hue angle of 31.76º 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 #FFCF99 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 153 | - |
| CMYK | 0 | 0.19 | 0.4 | 0 |
| HSL | 31.76º | 1% | 0.8% | - |
| HSV(B) | 31.76º | 0.4% | 1% | - |
| XYZ | 69.3 | 68.19 | 39.65 | - |
| YUV | 215.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 153 | 0 | 0.19 | 0.4 | 0 | 31.76 | 1 | 0.8 |
| Hex | FF | CF | 99 | 0 | 13 | 28 | 0 | 20 | 64 | 50 |
| Octal | 377 | 317 | 231 | 0 | 23 | 50 | 0 | 40 | 144 | 120 |
| Binary | 11111111 | 11001111 | 10011001 | 0 | 10011 | 101000 | 0 | 100000 | 1100100 | 1010000 |
Color Harmonies of #FFCF99
Complementary color
Monochromatic Colors of #FFCF99
Black with #FFCF99
Text Example
Text Example
White with #FFCF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF99; }
p { color: rgb(255,207,153); }
H1.HeaderClassName
{
color: #FFCF99;
}
.AnyTagClassName
{
color: #FFCF99;
}
</style>
background-color css
<style>
a { background-color: #FFCF99; }
a { background-color: rgb(255,207,153); }
div.DivClassName
{
background-color: #FFCF99;
}
.BgClassName
{
background-color: #FFCF99;
}
</style>
border-color css
<style>
span { border-color: #FFCF99; }
span { border-color: rgb(255,207,153); }
td.TdClassName
{
border-color: #FFCF99;
}
.TagClassName
{
border-color: #FFCF99;
}
</style>