Shades of Peach-Orange #FCCB91
Tints of Peach-Orange #FCCB91
RGB
CMYK
RGB Variations
Color information
#FCCB91 (or 0xFCCB91) is known color: Peach-Orange. HEX triplet: FC, CB and 91. RGB value is (252,203,145). Sum of RGB (Red+Green+Blue) = 252+203+145=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB91 is #03346E. Grayscale: #D3D3D3. Windows color (decimal): -210031 or 9554940. OLE color: 9554940.
HSL color Cylindrical-coordinate representation of color #FCCB91: hue angle of 32.52º 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 #FCCB91 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 145 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 32.52º | 0.95% | 0.78% | - |
| HSV(B) | 32.52º | 0.42% | 0.99% | - |
| XYZ | 66.61 | 65.45 | 35.91 | - |
| YUV | 211.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 145 | 0 | 0.19 | 0.42 | 0.01 | 32.52 | 0.95 | 0.78 |
| Hex | FC | CB | 91 | 0 | 13 | 2A | 1 | 21 | 5F | 4E |
| Octal | 374 | 313 | 221 | 0 | 23 | 52 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001011 | 10010001 | 0 | 10011 | 101010 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCB91
Complementary color
Monochromatic Colors of #FCCB91
Black with #FCCB91
Text Example
Text Example
White with #FCCB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB91; }
p { color: rgb(252,203,145); }
H1.HeaderClassName
{
color: #FCCB91;
}
.AnyTagClassName
{
color: #FCCB91;
}
</style>
background-color css
<style>
a { background-color: #FCCB91; }
a { background-color: rgb(252,203,145); }
div.DivClassName
{
background-color: #FCCB91;
}
.BgClassName
{
background-color: #FCCB91;
}
</style>
border-color css
<style>
span { border-color: #FCCB91; }
span { border-color: rgb(252,203,145); }
td.TdClassName
{
border-color: #FCCB91;
}
.TagClassName
{
border-color: #FCCB91;
}
</style>