Shades of Peach-Orange #FCCB92
Tints of Peach-Orange #FCCB92
RGB
CMYK
RGB Variations
Color information
#FCCB92 (or 0xFCCB92) is known color: Peach-Orange. HEX triplet: FC, CB and 92. RGB value is (252,203,146). Sum of RGB (Red+Green+Blue) = 252+203+146=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 146 (57.42% from 255 or 24.29% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB92 is #03346D. Grayscale: #D3D3D3. Windows color (decimal): -210030 or 9620476. OLE color: 9620476.
HSL color Cylindrical-coordinate representation of color #FCCB92: hue angle of 32.26º 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 #FCCB92 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 146 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.01 |
| HSL | 32.26º | 0.95% | 0.78% | - |
| HSV(B) | 32.26º | 0.42% | 0.99% | - |
| XYZ | 66.69 | 65.48 | 36.32 | - |
| YUV | 211.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 146 | 0 | 0.19 | 0.42 | 0.01 | 32.26 | 0.95 | 0.78 |
| Hex | FC | CB | 92 | 0 | 13 | 2A | 1 | 20 | 5F | 4E |
| Octal | 374 | 313 | 222 | 0 | 23 | 52 | 1 | 40 | 137 | 116 |
| Binary | 11111100 | 11001011 | 10010010 | 0 | 10011 | 101010 | 1 | 100000 | 1011111 | 1001110 |
Color Harmonies of #FCCB92
Complementary color
Monochromatic Colors of #FCCB92
Black with #FCCB92
Text Example
Text Example
White with #FCCB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB92; }
p { color: rgb(252,203,146); }
H1.HeaderClassName
{
color: #FCCB92;
}
.AnyTagClassName
{
color: #FCCB92;
}
</style>
background-color css
<style>
a { background-color: #FCCB92; }
a { background-color: rgb(252,203,146); }
div.DivClassName
{
background-color: #FCCB92;
}
.BgClassName
{
background-color: #FCCB92;
}
</style>
border-color css
<style>
span { border-color: #FCCB92; }
span { border-color: rgb(252,203,146); }
td.TdClassName
{
border-color: #FCCB92;
}
.TagClassName
{
border-color: #FCCB92;
}
</style>