Shades of Peach-Orange #FCCB93
Tints of Peach-Orange #FCCB93
RGB
CMYK
RGB Variations
Color information
#FCCB93 (or 0xFCCB93) is known color: Peach-Orange. HEX triplet: FC, CB and 93. RGB value is (252,203,147). Sum of RGB (Red+Green+Blue) = 252+203+147=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB93 is #03346C. Grayscale: #D3D3D3. Windows color (decimal): -210029 or 9686012. OLE color: 9686012.
HSL color Cylindrical-coordinate representation of color #FCCB93: hue angle of 32º 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 #FCCB93 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 147 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 32º | 0.95% | 0.78% | - |
| HSV(B) | 32º | 0.42% | 0.99% | - |
| XYZ | 66.77 | 65.51 | 36.73 | - |
| YUV | 211.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 147 | 0 | 0.19 | 0.42 | 0.01 | 32 | 0.95 | 0.78 |
| Hex | FC | CB | 93 | 0 | 13 | 2A | 1 | 20 | 5F | 4E |
| Octal | 374 | 313 | 223 | 0 | 23 | 52 | 1 | 40 | 137 | 116 |
| Binary | 11111100 | 11001011 | 10010011 | 0 | 10011 | 101010 | 1 | 100000 | 1011111 | 1001110 |
Color Harmonies of #FCCB93
Complementary color
Monochromatic Colors of #FCCB93
Black with #FCCB93
Text Example
Text Example
White with #FCCB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB93; }
p { color: rgb(252,203,147); }
H1.HeaderClassName
{
color: #FCCB93;
}
.AnyTagClassName
{
color: #FCCB93;
}
</style>
background-color css
<style>
a { background-color: #FCCB93; }
a { background-color: rgb(252,203,147); }
div.DivClassName
{
background-color: #FCCB93;
}
.BgClassName
{
background-color: #FCCB93;
}
</style>
border-color css
<style>
span { border-color: #FCCB93; }
span { border-color: rgb(252,203,147); }
td.TdClassName
{
border-color: #FCCB93;
}
.TagClassName
{
border-color: #FCCB93;
}
</style>