Shades of Peach-Orange #FCC58A
Tints of Peach-Orange #FCC58A
RGB
CMYK
RGB Variations
Color information
#FCC58A (or 0xFCC58A) is known color: Peach-Orange. HEX triplet: FC, C5 and 8A. RGB value is (252,197,138). Sum of RGB (Red+Green+Blue) = 252+197+138=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC58A is #033A75. Grayscale: #CFCFCF. Windows color (decimal): -211574 or 9094652. OLE color: 9094652.
HSL color Cylindrical-coordinate representation of color #FCC58A: hue angle of 31.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCC58A is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 138 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.01 |
| HSL | 31.05º | 0.95% | 0.76% | - |
| HSV(B) | 31.05º | 0.45% | 0.99% | - |
| XYZ | 64.7 | 62.46 | 32.69 | - |
| YUV | 206.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 138 | 0 | 0.22 | 0.45 | 0.01 | 31.05 | 0.95 | 0.76 |
| Hex | FC | C5 | 8A | 0 | 16 | 2D | 1 | 1F | 5F | 4C |
| Octal | 374 | 305 | 212 | 0 | 26 | 55 | 1 | 37 | 137 | 114 |
| Binary | 11111100 | 11000101 | 10001010 | 0 | 10110 | 101101 | 1 | 11111 | 1011111 | 1001100 |
Color Harmonies of #FCC58A
Complementary color
Monochromatic Colors of #FCC58A
Black with #FCC58A
Text Example
Text Example
White with #FCC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC58A; }
p { color: rgb(252,197,138); }
H1.HeaderClassName
{
color: #FCC58A;
}
.AnyTagClassName
{
color: #FCC58A;
}
</style>
background-color css
<style>
a { background-color: #FCC58A; }
a { background-color: rgb(252,197,138); }
div.DivClassName
{
background-color: #FCC58A;
}
.BgClassName
{
background-color: #FCC58A;
}
</style>
border-color css
<style>
span { border-color: #FCC58A; }
span { border-color: rgb(252,197,138); }
td.TdClassName
{
border-color: #FCC58A;
}
.TagClassName
{
border-color: #FCC58A;
}
</style>