Shades of Peach-Orange #FCCF9B
Tints of Peach-Orange #FCCF9B
RGB
CMYK
RGB Variations
Color information
#FCCF9B (or 0xFCCF9B) is known color: Peach-Orange. HEX triplet: FC, CF and 9B. RGB value is (252,207,155). Sum of RGB (Red+Green+Blue) = 252+207+155=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF9B is #033064. Grayscale: #D6D6D6. Windows color (decimal): -208997 or 10211324. OLE color: 10211324.
HSL color Cylindrical-coordinate representation of color #FCCF9B: hue angle of 32.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCCF9B is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 155 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.01 |
| HSL | 32.16º | 0.94% | 0.8% | - |
| HSV(B) | 32.16º | 0.38% | 0.99% | - |
| XYZ | 68.37 | 67.69 | 40.47 | - |
| YUV | 214.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 155 | 0 | 0.18 | 0.38 | 0.01 | 32.16 | 0.94 | 0.8 |
| Hex | FC | CF | 9B | 0 | 12 | 26 | 1 | 20 | 5E | 50 |
| Octal | 374 | 317 | 233 | 0 | 22 | 46 | 1 | 40 | 136 | 120 |
| Binary | 11111100 | 11001111 | 10011011 | 0 | 10010 | 100110 | 1 | 100000 | 1011110 | 1010000 |
Color Harmonies of #FCCF9B
Complementary color
Monochromatic Colors of #FCCF9B
Black with #FCCF9B
Text Example
Text Example
White with #FCCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF9B; }
p { color: rgb(252,207,155); }
H1.HeaderClassName
{
color: #FCCF9B;
}
.AnyTagClassName
{
color: #FCCF9B;
}
</style>
background-color css
<style>
a { background-color: #FCCF9B; }
a { background-color: rgb(252,207,155); }
div.DivClassName
{
background-color: #FCCF9B;
}
.BgClassName
{
background-color: #FCCF9B;
}
</style>
border-color css
<style>
span { border-color: #FCCF9B; }
span { border-color: rgb(252,207,155); }
td.TdClassName
{
border-color: #FCCF9B;
}
.TagClassName
{
border-color: #FCCF9B;
}
</style>