Shades of Peach-Orange #FFCC98
Tints of Peach-Orange #FFCC98
RGB
CMYK
RGB Variations
Color information
#FFCC98 (or 0xFFCC98) is known color: Peach-Orange. HEX triplet: FF, CC and 98. RGB value is (255,204,152). Sum of RGB (Red+Green+Blue) = 255+204+152=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC98 is #003367. Grayscale: #D5D5D5. Windows color (decimal): -13160 or 10013951. OLE color: 10013951.
HSL color Cylindrical-coordinate representation of color #FFCC98: hue angle of 30.29º 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 #FFCC98 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 152 | - |
| CMYK | 0 | 0.2 | 0.40 | 0 |
| HSL | 30.29º | 1% | 0.8% | - |
| HSV(B) | 30.29º | 0.4% | 1% | - |
| XYZ | 68.5 | 66.71 | 38.97 | - |
| YUV | 213.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 152 | 0 | 0.2 | 0.40 | 0 | 30.29 | 1 | 0.8 |
| Hex | FF | CC | 98 | 0 | 14 | 28 | 0 | 1E | 64 | 50 |
| Octal | 377 | 314 | 230 | 0 | 24 | 50 | 0 | 36 | 144 | 120 |
| Binary | 11111111 | 11001100 | 10011000 | 0 | 10100 | 101000 | 0 | 11110 | 1100100 | 1010000 |
Color Harmonies of #FFCC98
Complementary color
Monochromatic Colors of #FFCC98
Black with #FFCC98
Text Example
Text Example
White with #FFCC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC98; }
p { color: rgb(255,204,152); }
H1.HeaderClassName
{
color: #FFCC98;
}
.AnyTagClassName
{
color: #FFCC98;
}
</style>
background-color css
<style>
a { background-color: #FFCC98; }
a { background-color: rgb(255,204,152); }
div.DivClassName
{
background-color: #FFCC98;
}
.BgClassName
{
background-color: #FFCC98;
}
</style>
border-color css
<style>
span { border-color: #FFCC98; }
span { border-color: rgb(255,204,152); }
td.TdClassName
{
border-color: #FFCC98;
}
.TagClassName
{
border-color: #FFCC98;
}
</style>