Shades of Peach-Orange #FCCF94
Tints of Peach-Orange #FCCF94
RGB
CMYK
RGB Variations
Color information
#FCCF94 (or 0xFCCF94) is known color: Peach-Orange. HEX triplet: FC, CF and 94. RGB value is (252,207,148). Sum of RGB (Red+Green+Blue) = 252+207+148=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF94 is #03306B. Grayscale: #D6D6D6. Windows color (decimal): -209004 or 9752572. OLE color: 9752572.
HSL color Cylindrical-coordinate representation of color #FCCF94: hue angle of 34.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCCF94 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 148 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.01 |
| HSL | 34.04º | 0.95% | 0.78% | - |
| HSV(B) | 34.04º | 0.41% | 0.99% | - |
| XYZ | 67.8 | 67.46 | 37.46 | - |
| YUV | 213.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 148 | 0 | 0.18 | 0.41 | 0.01 | 34.04 | 0.95 | 0.78 |
| Hex | FC | CF | 94 | 0 | 12 | 29 | 1 | 22 | 5F | 4E |
| Octal | 374 | 317 | 224 | 0 | 22 | 51 | 1 | 42 | 137 | 116 |
| Binary | 11111100 | 11001111 | 10010100 | 0 | 10010 | 101001 | 1 | 100010 | 1011111 | 1001110 |
Color Harmonies of #FCCF94
Complementary color
Monochromatic Colors of #FCCF94
Black with #FCCF94
Text Example
Text Example
White with #FCCF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF94; }
p { color: rgb(252,207,148); }
H1.HeaderClassName
{
color: #FCCF94;
}
.AnyTagClassName
{
color: #FCCF94;
}
</style>
background-color css
<style>
a { background-color: #FCCF94; }
a { background-color: rgb(252,207,148); }
div.DivClassName
{
background-color: #FCCF94;
}
.BgClassName
{
background-color: #FCCF94;
}
</style>
border-color css
<style>
span { border-color: #FCCF94; }
span { border-color: rgb(252,207,148); }
td.TdClassName
{
border-color: #FCCF94;
}
.TagClassName
{
border-color: #FCCF94;
}
</style>