Shades of Peach-Orange #FCC78F
Tints of Peach-Orange #FCC78F
RGB
CMYK
RGB Variations
Color information
#FCC78F (or 0xFCC78F) is known color: Peach-Orange. HEX triplet: FC, C7 and 8F. RGB value is (252,199,143). Sum of RGB (Red+Green+Blue) = 252+199+143=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 143 (56.25% from 255 or 24.07% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC78F is #033870. Grayscale: #D0D0D0. Windows color (decimal): -211057 or 9422844. OLE color: 9422844.
HSL color Cylindrical-coordinate representation of color #FCC78F: hue angle of 30.83º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC78F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 143 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 30.83º | 0.95% | 0.77% | - |
| HSV(B) | 30.83º | 0.43% | 0.99% | - |
| XYZ | 65.53 | 63.53 | 34.79 | - |
| YUV | 208.46 | 91.06 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 143 | 0 | 0.21 | 0.43 | 0.01 | 30.83 | 0.95 | 0.77 |
| Hex | FC | C7 | 8F | 0 | 15 | 2B | 1 | 1F | 5F | 4D |
| Octal | 374 | 307 | 217 | 0 | 25 | 53 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11000111 | 10001111 | 0 | 10101 | 101011 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC78F
Complementary color
Monochromatic Colors of #FCC78F
Black with #FCC78F
Text Example
Text Example
White with #FCC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC78F; }
p { color: rgb(252,199,143); }
H1.HeaderClassName
{
color: #FCC78F;
}
.AnyTagClassName
{
color: #FCC78F;
}
</style>
background-color css
<style>
a { background-color: #FCC78F; }
a { background-color: rgb(252,199,143); }
div.DivClassName
{
background-color: #FCC78F;
}
.BgClassName
{
background-color: #FCC78F;
}
</style>
border-color css
<style>
span { border-color: #FCC78F; }
span { border-color: rgb(252,199,143); }
td.TdClassName
{
border-color: #FCC78F;
}
.TagClassName
{
border-color: #FCC78F;
}
</style>