Shades of Peach-Orange #FCCD98
Tints of Peach-Orange #FCCD98
RGB
CMYK
RGB Variations
Color information
#FCCD98 (or 0xFCCD98) is known color: Peach-Orange. HEX triplet: FC, CD and 98. RGB value is (252,205,152). Sum of RGB (Red+Green+Blue) = 252+205+152=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD98 is #033267. Grayscale: #D5D5D5. Windows color (decimal): -209512 or 10014204. OLE color: 10014204.
HSL color Cylindrical-coordinate representation of color #FCCD98: hue angle of 31.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCCD98 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 152 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.01 |
| HSL | 31.8º | 0.94% | 0.79% | - |
| HSV(B) | 31.8º | 0.4% | 0.99% | - |
| XYZ | 67.64 | 66.63 | 39 | - |
| YUV | 213.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 152 | 0 | 0.19 | 0.40 | 0.01 | 31.8 | 0.94 | 0.79 |
| Hex | FC | CD | 98 | 0 | 13 | 28 | 1 | 20 | 5E | 4F |
| Octal | 374 | 315 | 230 | 0 | 23 | 50 | 1 | 40 | 136 | 117 |
| Binary | 11111100 | 11001101 | 10011000 | 0 | 10011 | 101000 | 1 | 100000 | 1011110 | 1001111 |
Color Harmonies of #FCCD98
Complementary color
Monochromatic Colors of #FCCD98
Black with #FCCD98
Text Example
Text Example
White with #FCCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD98; }
p { color: rgb(252,205,152); }
H1.HeaderClassName
{
color: #FCCD98;
}
.AnyTagClassName
{
color: #FCCD98;
}
</style>
background-color css
<style>
a { background-color: #FCCD98; }
a { background-color: rgb(252,205,152); }
div.DivClassName
{
background-color: #FCCD98;
}
.BgClassName
{
background-color: #FCCD98;
}
</style>
border-color css
<style>
span { border-color: #FCCD98; }
span { border-color: rgb(252,205,152); }
td.TdClassName
{
border-color: #FCCD98;
}
.TagClassName
{
border-color: #FCCD98;
}
</style>