Shades of Peach-Orange #FCC593
Tints of Peach-Orange #FCC593
RGB
CMYK
RGB Variations
Color information
#FCC593 (or 0xFCC593) is known color: Peach-Orange. HEX triplet: FC, C5 and 93. RGB value is (252,197,147). Sum of RGB (Red+Green+Blue) = 252+197+147=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC593 is #033A6C. Grayscale: #D0D0D0. Windows color (decimal): -211565 or 9684476. OLE color: 9684476.
HSL color Cylindrical-coordinate representation of color #FCC593: hue angle of 28.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC593 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 147 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.01 |
| HSL | 28.57º | 0.95% | 0.78% | - |
| HSV(B) | 28.57º | 0.42% | 0.99% | - |
| XYZ | 65.38 | 62.73 | 36.27 | - |
| YUV | 207.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 147 | 0 | 0.22 | 0.42 | 0.01 | 28.57 | 0.95 | 0.78 |
| Hex | FC | C5 | 93 | 0 | 16 | 2A | 1 | 1D | 5F | 4E |
| Octal | 374 | 305 | 223 | 0 | 26 | 52 | 1 | 35 | 137 | 116 |
| Binary | 11111100 | 11000101 | 10010011 | 0 | 10110 | 101010 | 1 | 11101 | 1011111 | 1001110 |
Color Harmonies of #FCC593
Complementary color
Monochromatic Colors of #FCC593
Black with #FCC593
Text Example
Text Example
White with #FCC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC593; }
p { color: rgb(252,197,147); }
H1.HeaderClassName
{
color: #FCC593;
}
.AnyTagClassName
{
color: #FCC593;
}
</style>
background-color css
<style>
a { background-color: #FCC593; }
a { background-color: rgb(252,197,147); }
div.DivClassName
{
background-color: #FCC593;
}
.BgClassName
{
background-color: #FCC593;
}
</style>
border-color css
<style>
span { border-color: #FCC593; }
span { border-color: rgb(252,197,147); }
td.TdClassName
{
border-color: #FCC593;
}
.TagClassName
{
border-color: #FCC593;
}
</style>