Shades of Peach-Orange #FCC28C
Tints of Peach-Orange #FCC28C
RGB
CMYK
RGB Variations
Color information
#FCC28C (or 0xFCC28C) is known color: Peach-Orange. HEX triplet: FC, C2 and 8C. RGB value is (252,194,140). Sum of RGB (Red+Green+Blue) = 252+194+140=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC28C is #033D73. Grayscale: #CDCDCD. Windows color (decimal): -212340 or 9224956. OLE color: 9224956.
HSL color Cylindrical-coordinate representation of color #FCC28C: hue angle of 28.93º 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 #FCC28C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 140 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.01 |
| HSL | 28.93º | 0.95% | 0.77% | - |
| HSV(B) | 28.93º | 0.44% | 0.99% | - |
| XYZ | 64.17 | 61.17 | 33.24 | - |
| YUV | 205.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 140 | 0 | 0.23 | 0.44 | 0.01 | 28.93 | 0.95 | 0.77 |
| Hex | FC | C2 | 8C | 0 | 17 | 2C | 1 | 1D | 5F | 4D |
| Octal | 374 | 302 | 214 | 0 | 27 | 54 | 1 | 35 | 137 | 115 |
| Binary | 11111100 | 11000010 | 10001100 | 0 | 10111 | 101100 | 1 | 11101 | 1011111 | 1001101 |
Color Harmonies of #FCC28C
Complementary color
Monochromatic Colors of #FCC28C
Black with #FCC28C
Text Example
Text Example
White with #FCC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC28C; }
p { color: rgb(252,194,140); }
H1.HeaderClassName
{
color: #FCC28C;
}
.AnyTagClassName
{
color: #FCC28C;
}
</style>
background-color css
<style>
a { background-color: #FCC28C; }
a { background-color: rgb(252,194,140); }
div.DivClassName
{
background-color: #FCC28C;
}
.BgClassName
{
background-color: #FCC28C;
}
</style>
border-color css
<style>
span { border-color: #FCC28C; }
span { border-color: rgb(252,194,140); }
td.TdClassName
{
border-color: #FCC28C;
}
.TagClassName
{
border-color: #FCC28C;
}
</style>