Shades of Peach-Orange #FCC28E
Tints of Peach-Orange #FCC28E
RGB
CMYK
RGB Variations
Color information
#FCC28E (or 0xFCC28E) is known color: Peach-Orange. HEX triplet: FC, C2 and 8E. RGB value is (252,194,142). Sum of RGB (Red+Green+Blue) = 252+194+142=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC28E is #033D71. Grayscale: #CDCDCD. Windows color (decimal): -212338 or 9356028. OLE color: 9356028.
HSL color Cylindrical-coordinate representation of color #FCC28E: hue angle of 28.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCC28E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 142 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.01 |
| HSL | 28.36º | 0.95% | 0.77% | - |
| HSV(B) | 28.36º | 0.44% | 0.99% | - |
| XYZ | 64.32 | 61.23 | 34.02 | - |
| YUV | 205.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 142 | 0 | 0.23 | 0.44 | 0.01 | 28.36 | 0.95 | 0.77 |
| Hex | FC | C2 | 8E | 0 | 17 | 2C | 1 | 1C | 5F | 4D |
| Octal | 374 | 302 | 216 | 0 | 27 | 54 | 1 | 34 | 137 | 115 |
| Binary | 11111100 | 11000010 | 10001110 | 0 | 10111 | 101100 | 1 | 11100 | 1011111 | 1001101 |
Color Harmonies of #FCC28E
Complementary color
Monochromatic Colors of #FCC28E
Black with #FCC28E
Text Example
Text Example
White with #FCC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC28E; }
p { color: rgb(252,194,142); }
H1.HeaderClassName
{
color: #FCC28E;
}
.AnyTagClassName
{
color: #FCC28E;
}
</style>
background-color css
<style>
a { background-color: #FCC28E; }
a { background-color: rgb(252,194,142); }
div.DivClassName
{
background-color: #FCC28E;
}
.BgClassName
{
background-color: #FCC28E;
}
</style>
border-color css
<style>
span { border-color: #FCC28E; }
span { border-color: rgb(252,194,142); }
td.TdClassName
{
border-color: #FCC28E;
}
.TagClassName
{
border-color: #FCC28E;
}
</style>