Shades of Peach-Orange #FCC58B
Tints of Peach-Orange #FCC58B
RGB
CMYK
RGB Variations
Color information
#FCC58B (or 0xFCC58B) is known color: Peach-Orange. HEX triplet: FC, C5 and 8B. RGB value is (252,197,139). Sum of RGB (Red+Green+Blue) = 252+197+139=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC58B is #033A74. Grayscale: #CFCFCF. Windows color (decimal): -211573 or 9160188. OLE color: 9160188.
HSL color Cylindrical-coordinate representation of color #FCC58B: hue angle of 30.8º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCC58B is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 139 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.01 |
| HSL | 30.8º | 0.95% | 0.77% | - |
| HSV(B) | 30.8º | 0.45% | 0.99% | - |
| XYZ | 64.77 | 62.49 | 33.07 | - |
| YUV | 206.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 139 | 0 | 0.22 | 0.45 | 0.01 | 30.8 | 0.95 | 0.77 |
| Hex | FC | C5 | 8B | 0 | 16 | 2D | 1 | 1F | 5F | 4D |
| Octal | 374 | 305 | 213 | 0 | 26 | 55 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11000101 | 10001011 | 0 | 10110 | 101101 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC58B
Complementary color
Monochromatic Colors of #FCC58B
Black with #FCC58B
Text Example
Text Example
White with #FCC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC58B; }
p { color: rgb(252,197,139); }
H1.HeaderClassName
{
color: #FCC58B;
}
.AnyTagClassName
{
color: #FCC58B;
}
</style>
background-color css
<style>
a { background-color: #FCC58B; }
a { background-color: rgb(252,197,139); }
div.DivClassName
{
background-color: #FCC58B;
}
.BgClassName
{
background-color: #FCC58B;
}
</style>
border-color css
<style>
span { border-color: #FCC58B; }
span { border-color: rgb(252,197,139); }
td.TdClassName
{
border-color: #FCC58B;
}
.TagClassName
{
border-color: #FCC58B;
}
</style>