Shades of Peach-Orange #FCCC91
Tints of Peach-Orange #FCCC91
RGB
CMYK
RGB Variations
Color information
#FCCC91 (or 0xFCCC91) is known color: Peach-Orange. HEX triplet: FC, CC and 91. RGB value is (252,204,145). Sum of RGB (Red+Green+Blue) = 252+204+145=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 145 (57.03% from 255 or 24.13% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC91 is #03336E. Grayscale: #D3D3D3. Windows color (decimal): -209775 or 9555196. OLE color: 9555196.
HSL color Cylindrical-coordinate representation of color #FCCC91: hue angle of 33.08º 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 #FCCC91 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 145 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 33.08º | 0.95% | 0.78% | - |
| HSV(B) | 33.08º | 0.42% | 0.99% | - |
| XYZ | 66.85 | 65.93 | 35.99 | - |
| YUV | 211.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 145 | 0 | 0.19 | 0.42 | 0.01 | 33.08 | 0.95 | 0.78 |
| Hex | FC | CC | 91 | 0 | 13 | 2A | 1 | 21 | 5F | 4E |
| Octal | 374 | 314 | 221 | 0 | 23 | 52 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001100 | 10010001 | 0 | 10011 | 101010 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCC91
Complementary color
Monochromatic Colors of #FCCC91
Black with #FCCC91
Text Example
Text Example
White with #FCCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC91; }
p { color: rgb(252,204,145); }
H1.HeaderClassName
{
color: #FCCC91;
}
.AnyTagClassName
{
color: #FCCC91;
}
</style>
background-color css
<style>
a { background-color: #FCCC91; }
a { background-color: rgb(252,204,145); }
div.DivClassName
{
background-color: #FCCC91;
}
.BgClassName
{
background-color: #FCCC91;
}
</style>
border-color css
<style>
span { border-color: #FCCC91; }
span { border-color: rgb(252,204,145); }
td.TdClassName
{
border-color: #FCCC91;
}
.TagClassName
{
border-color: #FCCC91;
}
</style>