Shades of Peach-Orange #FCCC93
Tints of Peach-Orange #FCCC93
RGB
CMYK
RGB Variations
Color information
#FCCC93 (or 0xFCCC93) is known color: Peach-Orange. HEX triplet: FC, CC and 93. RGB value is (252,204,147). Sum of RGB (Red+Green+Blue) = 252+204+147=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC93 is #03336C. Grayscale: #D4D4D4. Windows color (decimal): -209773 or 9686268. OLE color: 9686268.
HSL color Cylindrical-coordinate representation of color #FCCC93: hue angle of 32.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 #FCCC93 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 147 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 32.57º | 0.95% | 0.78% | - |
| HSV(B) | 32.57º | 0.42% | 0.99% | - |
| XYZ | 67 | 65.99 | 36.81 | - |
| YUV | 211.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 147 | 0 | 0.19 | 0.42 | 0.01 | 32.57 | 0.95 | 0.78 |
| Hex | FC | CC | 93 | 0 | 13 | 2A | 1 | 21 | 5F | 4E |
| Octal | 374 | 314 | 223 | 0 | 23 | 52 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001100 | 10010011 | 0 | 10011 | 101010 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCC93
Complementary color
Monochromatic Colors of #FCCC93
Black with #FCCC93
Text Example
Text Example
White with #FCCC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC93; }
p { color: rgb(252,204,147); }
H1.HeaderClassName
{
color: #FCCC93;
}
.AnyTagClassName
{
color: #FCCC93;
}
</style>
background-color css
<style>
a { background-color: #FCCC93; }
a { background-color: rgb(252,204,147); }
div.DivClassName
{
background-color: #FCCC93;
}
.BgClassName
{
background-color: #FCCC93;
}
</style>
border-color css
<style>
span { border-color: #FCCC93; }
span { border-color: rgb(252,204,147); }
td.TdClassName
{
border-color: #FCCC93;
}
.TagClassName
{
border-color: #FCCC93;
}
</style>