Shades of Peach-Orange #FFC78C
Tints of Peach-Orange #FFC78C
RGB
CMYK
RGB Variations
Color information
#FFC78C (or 0xFFC78C) is known color: Peach-Orange. HEX triplet: FF, C7 and 8C. RGB value is (255,199,140). Sum of RGB (Red+Green+Blue) = 255+199+140=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC78C is #003873. Grayscale: #D1D1D1. Windows color (decimal): -14452 or 9226239. OLE color: 9226239.
HSL color Cylindrical-coordinate representation of color #FFC78C: hue angle of 30.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC78C is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 140 | - |
| CMYK | 0 | 0.22 | 0.45 | 0 |
| HSL | 30.78º | 1% | 0.77% | - |
| HSV(B) | 30.78º | 0.45% | 1% | - |
| XYZ | 66.4 | 64 | 33.66 | - |
| YUV | 209.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 140 | 0 | 0.22 | 0.45 | 0 | 30.78 | 1 | 0.77 |
| Hex | FF | C7 | 8C | 0 | 16 | 2D | 0 | 1F | 64 | 4D |
| Octal | 377 | 307 | 214 | 0 | 26 | 55 | 0 | 37 | 144 | 115 |
| Binary | 11111111 | 11000111 | 10001100 | 0 | 10110 | 101101 | 0 | 11111 | 1100100 | 1001101 |
Color Harmonies of #FFC78C
Complementary color
Monochromatic Colors of #FFC78C
Black with #FFC78C
Text Example
Text Example
White with #FFC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC78C; }
p { color: rgb(255,199,140); }
H1.HeaderClassName
{
color: #FFC78C;
}
.AnyTagClassName
{
color: #FFC78C;
}
</style>
background-color css
<style>
a { background-color: #FFC78C; }
a { background-color: rgb(255,199,140); }
div.DivClassName
{
background-color: #FFC78C;
}
.BgClassName
{
background-color: #FFC78C;
}
</style>
border-color css
<style>
span { border-color: #FFC78C; }
span { border-color: rgb(255,199,140); }
td.TdClassName
{
border-color: #FFC78C;
}
.TagClassName
{
border-color: #FFC78C;
}
</style>