Shades of Peach-Orange #FFCC97
Tints of Peach-Orange #FFCC97
RGB
CMYK
RGB Variations
Color information
#FFCC97 (or 0xFFCC97) is known color: Peach-Orange. HEX triplet: FF, CC and 97. RGB value is (255,204,151). Sum of RGB (Red+Green+Blue) = 255+204+151=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 151 (59.38% from 255 or 24.75% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC97 is #003368. Grayscale: #D5D5D5. Windows color (decimal): -13161 or 9948415. OLE color: 9948415.
HSL color Cylindrical-coordinate representation of color #FFCC97: hue angle of 30.58º 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 #FFCC97 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 151 | - |
| CMYK | 0 | 0.2 | 0.41 | 0 |
| HSL | 30.58º | 1% | 0.8% | - |
| HSV(B) | 30.58º | 0.41% | 1% | - |
| XYZ | 68.42 | 66.68 | 38.54 | - |
| YUV | 213.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 151 | 0 | 0.2 | 0.41 | 0 | 30.58 | 1 | 0.8 |
| Hex | FF | CC | 97 | 0 | 14 | 29 | 0 | 1F | 64 | 50 |
| Octal | 377 | 314 | 227 | 0 | 24 | 51 | 0 | 37 | 144 | 120 |
| Binary | 11111111 | 11001100 | 10010111 | 0 | 10100 | 101001 | 0 | 11111 | 1100100 | 1010000 |
Color Harmonies of #FFCC97
Complementary color
Monochromatic Colors of #FFCC97
Black with #FFCC97
Text Example
Text Example
White with #FFCC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC97; }
p { color: rgb(255,204,151); }
H1.HeaderClassName
{
color: #FFCC97;
}
.AnyTagClassName
{
color: #FFCC97;
}
</style>
background-color css
<style>
a { background-color: #FFCC97; }
a { background-color: rgb(255,204,151); }
div.DivClassName
{
background-color: #FFCC97;
}
.BgClassName
{
background-color: #FFCC97;
}
</style>
border-color css
<style>
span { border-color: #FFCC97; }
span { border-color: rgb(255,204,151); }
td.TdClassName
{
border-color: #FFCC97;
}
.TagClassName
{
border-color: #FFCC97;
}
</style>