Shades of Peach-Orange #FCC490
Tints of Peach-Orange #FCC490
RGB
CMYK
RGB Variations
Color information
#FCC490 (or 0xFCC490) is known color: Peach-Orange. HEX triplet: FC, C4 and 90. RGB value is (252,196,144). Sum of RGB (Red+Green+Blue) = 252+196+144=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC490 is #033B6F. Grayscale: #CFCFCF. Windows color (decimal): -211824 or 9487612. OLE color: 9487612.
HSL color Cylindrical-coordinate representation of color #FCC490: hue angle of 28.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC490 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 144 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.01 |
| HSL | 28.89º | 0.95% | 0.78% | - |
| HSV(B) | 28.89º | 0.43% | 0.99% | - |
| XYZ | 64.92 | 62.19 | 34.97 | - |
| YUV | 206.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 144 | 0 | 0.22 | 0.43 | 0.01 | 28.89 | 0.95 | 0.78 |
| Hex | FC | C4 | 90 | 0 | 16 | 2B | 1 | 1D | 5F | 4E |
| Octal | 374 | 304 | 220 | 0 | 26 | 53 | 1 | 35 | 137 | 116 |
| Binary | 11111100 | 11000100 | 10010000 | 0 | 10110 | 101011 | 1 | 11101 | 1011111 | 1001110 |
Color Harmonies of #FCC490
Complementary color
Monochromatic Colors of #FCC490
Black with #FCC490
Text Example
Text Example
White with #FCC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC490; }
p { color: rgb(252,196,144); }
H1.HeaderClassName
{
color: #FCC490;
}
.AnyTagClassName
{
color: #FCC490;
}
</style>
background-color css
<style>
a { background-color: #FCC490; }
a { background-color: rgb(252,196,144); }
div.DivClassName
{
background-color: #FCC490;
}
.BgClassName
{
background-color: #FCC490;
}
</style>
border-color css
<style>
span { border-color: #FCC490; }
span { border-color: rgb(252,196,144); }
td.TdClassName
{
border-color: #FCC490;
}
.TagClassName
{
border-color: #FCC490;
}
</style>