Shades of Peach-Orange #FCCB8C
Tints of Peach-Orange #FCCB8C
RGB
CMYK
RGB Variations
Color information
#FCCB8C (or 0xFCCB8C) is known color: Peach-Orange. HEX triplet: FC, CB and 8C. RGB value is (252,203,140). Sum of RGB (Red+Green+Blue) = 252+203+140=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB8C is #033473. Grayscale: #D2D2D2. Windows color (decimal): -210036 or 9227260. OLE color: 9227260.
HSL color Cylindrical-coordinate representation of color #FCCB8C: hue angle of 33.75º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCCB8C is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 140 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 33.75º | 0.95% | 0.77% | - |
| HSV(B) | 33.75º | 0.44% | 0.99% | - |
| XYZ | 66.23 | 65.3 | 33.92 | - |
| YUV | 210.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 140 | 0 | 0.19 | 0.44 | 0.01 | 33.75 | 0.95 | 0.77 |
| Hex | FC | CB | 8C | 0 | 13 | 2C | 1 | 22 | 5F | 4D |
| Octal | 374 | 313 | 214 | 0 | 23 | 54 | 1 | 42 | 137 | 115 |
| Binary | 11111100 | 11001011 | 10001100 | 0 | 10011 | 101100 | 1 | 100010 | 1011111 | 1001101 |
Color Harmonies of #FCCB8C
Complementary color
Monochromatic Colors of #FCCB8C
Black with #FCCB8C
Text Example
Text Example
White with #FCCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB8C; }
p { color: rgb(252,203,140); }
H1.HeaderClassName
{
color: #FCCB8C;
}
.AnyTagClassName
{
color: #FCCB8C;
}
</style>
background-color css
<style>
a { background-color: #FCCB8C; }
a { background-color: rgb(252,203,140); }
div.DivClassName
{
background-color: #FCCB8C;
}
.BgClassName
{
background-color: #FCCB8C;
}
</style>
border-color css
<style>
span { border-color: #FCCB8C; }
span { border-color: rgb(252,203,140); }
td.TdClassName
{
border-color: #FCCB8C;
}
.TagClassName
{
border-color: #FCCB8C;
}
</style>