Shades of Peach-Orange #FCCD93
Tints of Peach-Orange #FCCD93
RGB
CMYK
RGB Variations
Color information
#FCCD93 (or 0xFCCD93) is known color: Peach-Orange. HEX triplet: FC, CD and 93. RGB value is (252,205,147). Sum of RGB (Red+Green+Blue) = 252+205+147=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD93 is #03326C. Grayscale: #D4D4D4. Windows color (decimal): -209517 or 9686524. OLE color: 9686524.
HSL color Cylindrical-coordinate representation of color #FCCD93: hue angle of 33.14º 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 #FCCD93 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 147 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 33.14º | 0.95% | 0.78% | - |
| HSV(B) | 33.14º | 0.42% | 0.99% | - |
| XYZ | 67.24 | 66.46 | 36.89 | - |
| YUV | 212.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 147 | 0 | 0.19 | 0.42 | 0.01 | 33.14 | 0.95 | 0.78 |
| Hex | FC | CD | 93 | 0 | 13 | 2A | 1 | 21 | 5F | 4E |
| Octal | 374 | 315 | 223 | 0 | 23 | 52 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001101 | 10010011 | 0 | 10011 | 101010 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCD93
Complementary color
Monochromatic Colors of #FCCD93
Black with #FCCD93
Text Example
Text Example
White with #FCCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCD93; }
p { color: rgb(252,205,147); }
H1.HeaderClassName
{
color: #FCCD93;
}
.AnyTagClassName
{
color: #FCCD93;
}
</style>
background-color css
<style>
a { background-color: #FCCD93; }
a { background-color: rgb(252,205,147); }
div.DivClassName
{
background-color: #FCCD93;
}
.BgClassName
{
background-color: #FCCD93;
}
</style>
border-color css
<style>
span { border-color: #FCCD93; }
span { border-color: rgb(252,205,147); }
td.TdClassName
{
border-color: #FCCD93;
}
.TagClassName
{
border-color: #FCCD93;
}
</style>