Shades of Peach-Orange #FCCB90
Tints of Peach-Orange #FCCB90
RGB
CMYK
RGB Variations
Color information
#FCCB90 (or 0xFCCB90) is known color: Peach-Orange. HEX triplet: FC, CB and 90. RGB value is (252,203,144). Sum of RGB (Red+Green+Blue) = 252+203+144=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB90 is #03346F. Grayscale: #D3D3D3. Windows color (decimal): -210032 or 9489404. OLE color: 9489404.
HSL color Cylindrical-coordinate representation of color #FCCB90: hue angle of 32.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCCB90 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 144 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.01 |
| HSL | 32.78º | 0.95% | 0.78% | - |
| HSV(B) | 32.78º | 0.43% | 0.99% | - |
| XYZ | 66.53 | 65.42 | 35.51 | - |
| YUV | 210.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 144 | 0 | 0.19 | 0.43 | 0.01 | 32.78 | 0.95 | 0.78 |
| Hex | FC | CB | 90 | 0 | 13 | 2B | 1 | 21 | 5F | 4E |
| Octal | 374 | 313 | 220 | 0 | 23 | 53 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001011 | 10010000 | 0 | 10011 | 101011 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCB90
Complementary color
Monochromatic Colors of #FCCB90
Black with #FCCB90
Text Example
Text Example
White with #FCCB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB90; }
p { color: rgb(252,203,144); }
H1.HeaderClassName
{
color: #FCCB90;
}
.AnyTagClassName
{
color: #FCCB90;
}
</style>
background-color css
<style>
a { background-color: #FCCB90; }
a { background-color: rgb(252,203,144); }
div.DivClassName
{
background-color: #FCCB90;
}
.BgClassName
{
background-color: #FCCB90;
}
</style>
border-color css
<style>
span { border-color: #FCCB90; }
span { border-color: rgb(252,203,144); }
td.TdClassName
{
border-color: #FCCB90;
}
.TagClassName
{
border-color: #FCCB90;
}
</style>