Shades of Peach-Orange #FCCF93
Tints of Peach-Orange #FCCF93
RGB
CMYK
RGB Variations
Color information
#FCCF93 (or 0xFCCF93) is known color: Peach-Orange. HEX triplet: FC, CF and 93. RGB value is (252,207,147). Sum of RGB (Red+Green+Blue) = 252+207+147=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF93 is #03306C. Grayscale: #D5D5D5. Windows color (decimal): -209005 or 9687036. OLE color: 9687036.
HSL color Cylindrical-coordinate representation of color #FCCF93: hue angle of 34.29º 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 #FCCF93 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 147 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.01 |
| HSL | 34.29º | 0.95% | 0.78% | - |
| HSV(B) | 34.29º | 0.42% | 0.99% | - |
| XYZ | 67.72 | 67.43 | 37.05 | - |
| YUV | 213.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 147 | 0 | 0.18 | 0.42 | 0.01 | 34.29 | 0.95 | 0.78 |
| Hex | FC | CF | 93 | 0 | 12 | 2A | 1 | 22 | 5F | 4E |
| Octal | 374 | 317 | 223 | 0 | 22 | 52 | 1 | 42 | 137 | 116 |
| Binary | 11111100 | 11001111 | 10010011 | 0 | 10010 | 101010 | 1 | 100010 | 1011111 | 1001110 |
Color Harmonies of #FCCF93
Complementary color
Monochromatic Colors of #FCCF93
Black with #FCCF93
Text Example
Text Example
White with #FCCF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF93; }
p { color: rgb(252,207,147); }
H1.HeaderClassName
{
color: #FCCF93;
}
.AnyTagClassName
{
color: #FCCF93;
}
</style>
background-color css
<style>
a { background-color: #FCCF93; }
a { background-color: rgb(252,207,147); }
div.DivClassName
{
background-color: #FCCF93;
}
.BgClassName
{
background-color: #FCCF93;
}
</style>
border-color css
<style>
span { border-color: #FCCF93; }
span { border-color: rgb(252,207,147); }
td.TdClassName
{
border-color: #FCCF93;
}
.TagClassName
{
border-color: #FCCF93;
}
</style>