Shades of Peach-Orange #FCC98F
Tints of Peach-Orange #FCC98F
RGB
CMYK
RGB Variations
Color information
#FCC98F (or 0xFCC98F) is known color: Peach-Orange. HEX triplet: FC, C9 and 8F. RGB value is (252,201,143). Sum of RGB (Red+Green+Blue) = 252+201+143=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC98F is #033670. Grayscale: #D1D1D1. Windows color (decimal): -210545 or 9423356. OLE color: 9423356.
HSL color Cylindrical-coordinate representation of color #FCC98F: hue angle of 31.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC98F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 143 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.01 |
| HSL | 31.93º | 0.95% | 0.77% | - |
| HSV(B) | 31.93º | 0.43% | 0.99% | - |
| XYZ | 65.99 | 64.45 | 34.95 | - |
| YUV | 209.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 143 | 0 | 0.20 | 0.43 | 0.01 | 31.93 | 0.95 | 0.77 |
| Hex | FC | C9 | 8F | 0 | 14 | 2B | 1 | 20 | 5F | 4D |
| Octal | 374 | 311 | 217 | 0 | 24 | 53 | 1 | 40 | 137 | 115 |
| Binary | 11111100 | 11001001 | 10001111 | 0 | 10100 | 101011 | 1 | 100000 | 1011111 | 1001101 |
Color Harmonies of #FCC98F
Complementary color
Monochromatic Colors of #FCC98F
Black with #FCC98F
Text Example
Text Example
White with #FCC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC98F; }
p { color: rgb(252,201,143); }
H1.HeaderClassName
{
color: #FCC98F;
}
.AnyTagClassName
{
color: #FCC98F;
}
</style>
background-color css
<style>
a { background-color: #FCC98F; }
a { background-color: rgb(252,201,143); }
div.DivClassName
{
background-color: #FCC98F;
}
.BgClassName
{
background-color: #FCC98F;
}
</style>
border-color css
<style>
span { border-color: #FCC98F; }
span { border-color: rgb(252,201,143); }
td.TdClassName
{
border-color: #FCC98F;
}
.TagClassName
{
border-color: #FCC98F;
}
</style>