Shades of Peach-Orange #FFC78F
Tints of Peach-Orange #FFC78F
RGB
CMYK
RGB Variations
Color information
#FFC78F (or 0xFFC78F) is known color: Peach-Orange. HEX triplet: FF, C7 and 8F. RGB value is (255,199,143). Sum of RGB (Red+Green+Blue) = 255+199+143=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC78F is #003870. Grayscale: #D1D1D1. Windows color (decimal): -14449 or 9422847. OLE color: 9422847.
HSL color Cylindrical-coordinate representation of color #FFC78F: hue angle of 30º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC78F is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 143 | - |
| CMYK | 0 | 0.22 | 0.44 | 0 |
| HSL | 30º | 1% | 0.78% | - |
| HSV(B) | 30º | 0.44% | 1% | - |
| XYZ | 66.62 | 64.09 | 34.85 | - |
| YUV | 209.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 143 | 0 | 0.22 | 0.44 | 0 | 30 | 1 | 0.78 |
| Hex | FF | C7 | 8F | 0 | 16 | 2C | 0 | 1E | 64 | 4E |
| Octal | 377 | 307 | 217 | 0 | 26 | 54 | 0 | 36 | 144 | 116 |
| Binary | 11111111 | 11000111 | 10001111 | 0 | 10110 | 101100 | 0 | 11110 | 1100100 | 1001110 |
Color Harmonies of #FFC78F
Complementary color
Monochromatic Colors of #FFC78F
Black with #FFC78F
Text Example
Text Example
White with #FFC78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC78F; }
p { color: rgb(255,199,143); }
H1.HeaderClassName
{
color: #FFC78F;
}
.AnyTagClassName
{
color: #FFC78F;
}
</style>
background-color css
<style>
a { background-color: #FFC78F; }
a { background-color: rgb(255,199,143); }
div.DivClassName
{
background-color: #FFC78F;
}
.BgClassName
{
background-color: #FFC78F;
}
</style>
border-color css
<style>
span { border-color: #FFC78F; }
span { border-color: rgb(255,199,143); }
td.TdClassName
{
border-color: #FFC78F;
}
.TagClassName
{
border-color: #FFC78F;
}
</style>