Shades of Peach-Orange #FCC08F
Tints of Peach-Orange #FCC08F
RGB
CMYK
RGB Variations
Color information
#FCC08F (or 0xFCC08F) is known color: Peach-Orange. HEX triplet: FC, C0 and 8F. RGB value is (252,192,143). Sum of RGB (Red+Green+Blue) = 252+192+143=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC08F is #033F70. Grayscale: #CCCCCC. Windows color (decimal): -212849 or 9421052. OLE color: 9421052.
HSL color Cylindrical-coordinate representation of color #FCC08F: hue angle of 26.97º 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 #FCC08F is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 143 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.01 |
| HSL | 26.97º | 0.95% | 0.77% | - |
| HSV(B) | 26.97º | 0.43% | 0.99% | - |
| XYZ | 63.95 | 60.38 | 34.27 | - |
| YUV | 204.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 143 | 0 | 0.24 | 0.43 | 0.01 | 26.97 | 0.95 | 0.77 |
| Hex | FC | C0 | 8F | 0 | 18 | 2B | 1 | 1B | 5F | 4D |
| Octal | 374 | 300 | 217 | 0 | 30 | 53 | 1 | 33 | 137 | 115 |
| Binary | 11111100 | 11000000 | 10001111 | 0 | 11000 | 101011 | 1 | 11011 | 1011111 | 1001101 |
Color Harmonies of #FCC08F
Complementary color
Monochromatic Colors of #FCC08F
Black with #FCC08F
Text Example
Text Example
White with #FCC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC08F; }
p { color: rgb(252,192,143); }
H1.HeaderClassName
{
color: #FCC08F;
}
.AnyTagClassName
{
color: #FCC08F;
}
</style>
background-color css
<style>
a { background-color: #FCC08F; }
a { background-color: rgb(252,192,143); }
div.DivClassName
{
background-color: #FCC08F;
}
.BgClassName
{
background-color: #FCC08F;
}
</style>
border-color css
<style>
span { border-color: #FCC08F; }
span { border-color: rgb(252,192,143); }
td.TdClassName
{
border-color: #FCC08F;
}
.TagClassName
{
border-color: #FCC08F;
}
</style>