Shades of Peach-Orange #FFC78A
Tints of Peach-Orange #FFC78A
RGB
CMYK
RGB Variations
Color information
#FFC78A (or 0xFFC78A) is known color: Peach-Orange. HEX triplet: FF, C7 and 8A. RGB value is (255,199,138). Sum of RGB (Red+Green+Blue) = 255+199+138=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC78A is #003875. Grayscale: #D1D1D1. Windows color (decimal): -14454 or 9095167. OLE color: 9095167.
HSL color Cylindrical-coordinate representation of color #FFC78A: hue angle of 31.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC78A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 138 | - |
| CMYK | 0 | 0.22 | 0.46 | 0 |
| HSL | 31.28º | 1% | 0.77% | - |
| HSV(B) | 31.28º | 0.46% | 1% | - |
| XYZ | 66.25 | 63.94 | 32.89 | - |
| YUV | 208.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 138 | 0 | 0.22 | 0.46 | 0 | 31.28 | 1 | 0.77 |
| Hex | FF | C7 | 8A | 0 | 16 | 2E | 0 | 1F | 64 | 4D |
| Octal | 377 | 307 | 212 | 0 | 26 | 56 | 0 | 37 | 144 | 115 |
| Binary | 11111111 | 11000111 | 10001010 | 0 | 10110 | 101110 | 0 | 11111 | 1100100 | 1001101 |
Color Harmonies of #FFC78A
Complementary color
Monochromatic Colors of #FFC78A
Black with #FFC78A
Text Example
Text Example
White with #FFC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC78A; }
p { color: rgb(255,199,138); }
H1.HeaderClassName
{
color: #FFC78A;
}
.AnyTagClassName
{
color: #FFC78A;
}
</style>
background-color css
<style>
a { background-color: #FFC78A; }
a { background-color: rgb(255,199,138); }
div.DivClassName
{
background-color: #FFC78A;
}
.BgClassName
{
background-color: #FFC78A;
}
</style>
border-color css
<style>
span { border-color: #FFC78A; }
span { border-color: rgb(255,199,138); }
td.TdClassName
{
border-color: #FFC78A;
}
.TagClassName
{
border-color: #FFC78A;
}
</style>