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