Shades of Peach-Orange #FCC790
Tints of Peach-Orange #FCC790
RGB
CMYK
RGB Variations
Color information
#FCC790 (or 0xFCC790) is known color: Peach-Orange. HEX triplet: FC, C7 and 90. RGB value is (252,199,144). Sum of RGB (Red+Green+Blue) = 252+199+144=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC790 is #03386F. Grayscale: #D0D0D0. Windows color (decimal): -211056 or 9488380. OLE color: 9488380.
HSL color Cylindrical-coordinate representation of color #FCC790: hue angle of 30.56º 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 #FCC790 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 144 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 30.56º | 0.95% | 0.78% | - |
| HSV(B) | 30.56º | 0.43% | 0.99% | - |
| XYZ | 65.6 | 63.56 | 35.2 | - |
| YUV | 208.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 144 | 0 | 0.21 | 0.43 | 0.01 | 30.56 | 0.95 | 0.78 |
| Hex | FC | C7 | 90 | 0 | 15 | 2B | 1 | 1F | 5F | 4E |
| Octal | 374 | 307 | 220 | 0 | 25 | 53 | 1 | 37 | 137 | 116 |
| Binary | 11111100 | 11000111 | 10010000 | 0 | 10101 | 101011 | 1 | 11111 | 1011111 | 1001110 |
Color Harmonies of #FCC790
Complementary color
Monochromatic Colors of #FCC790
Black with #FCC790
Text Example
Text Example
White with #FCC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC790; }
p { color: rgb(252,199,144); }
H1.HeaderClassName
{
color: #FCC790;
}
.AnyTagClassName
{
color: #FCC790;
}
</style>
background-color css
<style>
a { background-color: #FCC790; }
a { background-color: rgb(252,199,144); }
div.DivClassName
{
background-color: #FCC790;
}
.BgClassName
{
background-color: #FCC790;
}
</style>
border-color css
<style>
span { border-color: #FCC790; }
span { border-color: rgb(252,199,144); }
td.TdClassName
{
border-color: #FCC790;
}
.TagClassName
{
border-color: #FCC790;
}
</style>