Shades of Peach-Orange #FFC798
Tints of Peach-Orange #FFC798
RGB
CMYK
RGB Variations
Color information
#FFC798 (or 0xFFC798) is known color: Peach-Orange. HEX triplet: FF, C7 and 98. RGB value is (255,199,152). Sum of RGB (Red+Green+Blue) = 255+199+152=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC798 is #003867. Grayscale: #D2D2D2. Windows color (decimal): -14440 or 10012671. OLE color: 10012671.
HSL color Cylindrical-coordinate representation of color #FFC798: hue angle of 27.38º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFC798 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 152 | - |
| CMYK | 0 | 0.22 | 0.40 | 0 |
| HSL | 27.38º | 1% | 0.8% | - |
| HSV(B) | 27.38º | 0.4% | 1% | - |
| XYZ | 67.33 | 64.37 | 38.58 | - |
| YUV | 210.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 152 | 0 | 0.22 | 0.40 | 0 | 27.38 | 1 | 0.8 |
| Hex | FF | C7 | 98 | 0 | 16 | 28 | 0 | 1B | 64 | 50 |
| Octal | 377 | 307 | 230 | 0 | 26 | 50 | 0 | 33 | 144 | 120 |
| Binary | 11111111 | 11000111 | 10011000 | 0 | 10110 | 101000 | 0 | 11011 | 1100100 | 1010000 |
Color Harmonies of #FFC798
Complementary color
Monochromatic Colors of #FFC798
Black with #FFC798
Text Example
Text Example
White with #FFC798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC798; }
p { color: rgb(255,199,152); }
H1.HeaderClassName
{
color: #FFC798;
}
.AnyTagClassName
{
color: #FFC798;
}
</style>
background-color css
<style>
a { background-color: #FFC798; }
a { background-color: rgb(255,199,152); }
div.DivClassName
{
background-color: #FFC798;
}
.BgClassName
{
background-color: #FFC798;
}
</style>
border-color css
<style>
span { border-color: #FFC798; }
span { border-color: rgb(255,199,152); }
td.TdClassName
{
border-color: #FFC798;
}
.TagClassName
{
border-color: #FFC798;
}
</style>