Shades of Peach-Orange #FCCB8D
Tints of Peach-Orange #FCCB8D
RGB
CMYK
RGB Variations
Color information
#FCCB8D (or 0xFCCB8D) is known color: Peach-Orange. HEX triplet: FC, CB and 8D. RGB value is (252,203,141). Sum of RGB (Red+Green+Blue) = 252+203+141=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 141 (55.47% from 255 or 23.66% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB8D is #033472. Grayscale: #D2D2D2. Windows color (decimal): -210035 or 9292796. OLE color: 9292796.
HSL color Cylindrical-coordinate representation of color #FCCB8D: hue angle of 33.51º 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 #FCCB8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 33.51º | 0.95% | 0.77% | - |
| HSV(B) | 33.51º | 0.44% | 0.99% | - |
| XYZ | 66.31 | 65.33 | 34.31 | - |
| YUV | 210.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 141 | 0 | 0.19 | 0.44 | 0.01 | 33.51 | 0.95 | 0.77 |
| Hex | FC | CB | 8D | 0 | 13 | 2C | 1 | 22 | 5F | 4D |
| Octal | 374 | 313 | 215 | 0 | 23 | 54 | 1 | 42 | 137 | 115 |
| Binary | 11111100 | 11001011 | 10001101 | 0 | 10011 | 101100 | 1 | 100010 | 1011111 | 1001101 |
Color Harmonies of #FCCB8D
Complementary color
Monochromatic Colors of #FCCB8D
Black with #FCCB8D
Text Example
Text Example
White with #FCCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB8D; }
p { color: rgb(252,203,141); }
H1.HeaderClassName
{
color: #FCCB8D;
}
.AnyTagClassName
{
color: #FCCB8D;
}
</style>
background-color css
<style>
a { background-color: #FCCB8D; }
a { background-color: rgb(252,203,141); }
div.DivClassName
{
background-color: #FCCB8D;
}
.BgClassName
{
background-color: #FCCB8D;
}
</style>
border-color css
<style>
span { border-color: #FCCB8D; }
span { border-color: rgb(252,203,141); }
td.TdClassName
{
border-color: #FCCB8D;
}
.TagClassName
{
border-color: #FCCB8D;
}
</style>