Shades of Peach-Orange #FFC794
Tints of Peach-Orange #FFC794
RGB
CMYK
RGB Variations
Color information
#FFC794 (or 0xFFC794) is known color: Peach-Orange. HEX triplet: FF, C7 and 94. RGB value is (255,199,148). Sum of RGB (Red+Green+Blue) = 255+199+148=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC794 is #00386B. Grayscale: #D2D2D2. Windows color (decimal): -14444 or 9750527. OLE color: 9750527.
HSL color Cylindrical-coordinate representation of color #FFC794: hue angle of 28.6º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFC794 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 148 | - |
| CMYK | 0 | 0.22 | 0.42 | 0 |
| HSL | 28.6º | 1% | 0.79% | - |
| HSV(B) | 28.6º | 0.42% | 1% | - |
| XYZ | 67.01 | 64.24 | 36.89 | - |
| YUV | 209.93 | 93.05 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 148 | 0 | 0.22 | 0.42 | 0 | 28.6 | 1 | 0.79 |
| Hex | FF | C7 | 94 | 0 | 16 | 2A | 0 | 1D | 64 | 4F |
| Octal | 377 | 307 | 224 | 0 | 26 | 52 | 0 | 35 | 144 | 117 |
| Binary | 11111111 | 11000111 | 10010100 | 0 | 10110 | 101010 | 0 | 11101 | 1100100 | 1001111 |
Color Harmonies of #FFC794
Complementary color
Monochromatic Colors of #FFC794
Black with #FFC794
Text Example
Text Example
White with #FFC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC794; }
p { color: rgb(255,199,148); }
H1.HeaderClassName
{
color: #FFC794;
}
.AnyTagClassName
{
color: #FFC794;
}
</style>
background-color css
<style>
a { background-color: #FFC794; }
a { background-color: rgb(255,199,148); }
div.DivClassName
{
background-color: #FFC794;
}
.BgClassName
{
background-color: #FFC794;
}
</style>
border-color css
<style>
span { border-color: #FFC794; }
span { border-color: rgb(255,199,148); }
td.TdClassName
{
border-color: #FFC794;
}
.TagClassName
{
border-color: #FFC794;
}
</style>