Shades of Peach-Orange #FCC18F
Tints of Peach-Orange #FCC18F
RGB
CMYK
RGB Variations
Color information
#FCC18F (or 0xFCC18F) is known color: Peach-Orange. HEX triplet: FC, C1 and 8F. RGB value is (252,193,143). Sum of RGB (Red+Green+Blue) = 252+193+143=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC18F is #033E70. Grayscale: #CDCDCD. Windows color (decimal): -212593 or 9421308. OLE color: 9421308.
HSL color Cylindrical-coordinate representation of color #FCC18F: hue angle of 27.52º 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 #FCC18F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 143 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.01 |
| HSL | 27.52º | 0.95% | 0.77% | - |
| HSV(B) | 27.52º | 0.43% | 0.99% | - |
| XYZ | 64.17 | 60.82 | 34.34 | - |
| YUV | 204.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 143 | 0 | 0.23 | 0.43 | 0.01 | 27.52 | 0.95 | 0.77 |
| Hex | FC | C1 | 8F | 0 | 17 | 2B | 1 | 1C | 5F | 4D |
| Octal | 374 | 301 | 217 | 0 | 27 | 53 | 1 | 34 | 137 | 115 |
| Binary | 11111100 | 11000001 | 10001111 | 0 | 10111 | 101011 | 1 | 11100 | 1011111 | 1001101 |
Color Harmonies of #FCC18F
Complementary color
Monochromatic Colors of #FCC18F
Black with #FCC18F
Text Example
Text Example
White with #FCC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC18F; }
p { color: rgb(252,193,143); }
H1.HeaderClassName
{
color: #FCC18F;
}
.AnyTagClassName
{
color: #FCC18F;
}
</style>
background-color css
<style>
a { background-color: #FCC18F; }
a { background-color: rgb(252,193,143); }
div.DivClassName
{
background-color: #FCC18F;
}
.BgClassName
{
background-color: #FCC18F;
}
</style>
border-color css
<style>
span { border-color: #FCC18F; }
span { border-color: rgb(252,193,143); }
td.TdClassName
{
border-color: #FCC18F;
}
.TagClassName
{
border-color: #FCC18F;
}
</style>