Shades of Peach-Orange #FCC28F
Tints of Peach-Orange #FCC28F
RGB
CMYK
RGB Variations
Color information
#FCC28F (or 0xFCC28F) is known color: Peach-Orange. HEX triplet: FC, C2 and 8F. RGB value is (252,194,143). Sum of RGB (Red+Green+Blue) = 252+194+143=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC28F is #033D70. Grayscale: #CDCDCD. Windows color (decimal): -212337 or 9421564. OLE color: 9421564.
HSL color Cylindrical-coordinate representation of color #FCC28F: hue angle of 28.07º 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 #FCC28F is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 143 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.01 |
| HSL | 28.07º | 0.95% | 0.77% | - |
| HSV(B) | 28.07º | 0.43% | 0.99% | - |
| XYZ | 64.39 | 61.26 | 34.42 | - |
| YUV | 205.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 143 | 0 | 0.23 | 0.43 | 0.01 | 28.07 | 0.95 | 0.77 |
| Hex | FC | C2 | 8F | 0 | 17 | 2B | 1 | 1C | 5F | 4D |
| Octal | 374 | 302 | 217 | 0 | 27 | 53 | 1 | 34 | 137 | 115 |
| Binary | 11111100 | 11000010 | 10001111 | 0 | 10111 | 101011 | 1 | 11100 | 1011111 | 1001101 |
Color Harmonies of #FCC28F
Complementary color
Monochromatic Colors of #FCC28F
Black with #FCC28F
Text Example
Text Example
White with #FCC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC28F; }
p { color: rgb(252,194,143); }
H1.HeaderClassName
{
color: #FCC28F;
}
.AnyTagClassName
{
color: #FCC28F;
}
</style>
background-color css
<style>
a { background-color: #FCC28F; }
a { background-color: rgb(252,194,143); }
div.DivClassName
{
background-color: #FCC28F;
}
.BgClassName
{
background-color: #FCC28F;
}
</style>
border-color css
<style>
span { border-color: #FCC28F; }
span { border-color: rgb(252,194,143); }
td.TdClassName
{
border-color: #FCC28F;
}
.TagClassName
{
border-color: #FCC28F;
}
</style>