Shades of Peach-Orange #FFC78D
Tints of Peach-Orange #FFC78D
RGB
CMYK
RGB Variations
Color information
#FFC78D (or 0xFFC78D) is known color: Peach-Orange. HEX triplet: FF, C7 and 8D. RGB value is (255,199,141). Sum of RGB (Red+Green+Blue) = 255+199+141=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC78D is #003872. Grayscale: #D1D1D1. Windows color (decimal): -14451 or 9291775. OLE color: 9291775.
HSL color Cylindrical-coordinate representation of color #FFC78D: hue angle of 30.53º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC78D is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 141 | - |
| CMYK | 0 | 0.22 | 0.45 | 0 |
| HSL | 30.53º | 1% | 0.78% | - |
| HSV(B) | 30.53º | 0.45% | 1% | - |
| XYZ | 66.47 | 64.03 | 34.05 | - |
| YUV | 209.13 | 89.55 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 141 | 0 | 0.22 | 0.45 | 0 | 30.53 | 1 | 0.78 |
| Hex | FF | C7 | 8D | 0 | 16 | 2D | 0 | 1F | 64 | 4E |
| Octal | 377 | 307 | 215 | 0 | 26 | 55 | 0 | 37 | 144 | 116 |
| Binary | 11111111 | 11000111 | 10001101 | 0 | 10110 | 101101 | 0 | 11111 | 1100100 | 1001110 |
Color Harmonies of #FFC78D
Complementary color
Monochromatic Colors of #FFC78D
Black with #FFC78D
Text Example
Text Example
White with #FFC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC78D; }
p { color: rgb(255,199,141); }
H1.HeaderClassName
{
color: #FFC78D;
}
.AnyTagClassName
{
color: #FFC78D;
}
</style>
background-color css
<style>
a { background-color: #FFC78D; }
a { background-color: rgb(255,199,141); }
div.DivClassName
{
background-color: #FFC78D;
}
.BgClassName
{
background-color: #FFC78D;
}
</style>
border-color css
<style>
span { border-color: #FFC78D; }
span { border-color: rgb(255,199,141); }
td.TdClassName
{
border-color: #FFC78D;
}
.TagClassName
{
border-color: #FFC78D;
}
</style>