Shades of Peach-Orange #FAC998
Tints of Peach-Orange #FAC998
RGB
CMYK
RGB Variations
Color information
#FAC998 (or 0xFAC998) is known color: Peach-Orange. HEX triplet: FA, C9 and 98. RGB value is (250,201,152). Sum of RGB (Red+Green+Blue) = 250+201+152=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC998 is #053667. Grayscale: #D2D2D2. Windows color (decimal): -341608 or 10013178. OLE color: 10013178.
HSL color Cylindrical-coordinate representation of color #FAC998: hue angle of 30º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAC998 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 152 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.02 |
| HSL | 30º | 0.91% | 0.79% | - |
| HSV(B) | 30º | 0.39% | 0.98% | - |
| XYZ | 65.98 | 64.36 | 38.65 | - |
| YUV | 210.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 152 | 0 | 0.20 | 0.39 | 0.02 | 30 | 0.91 | 0.79 |
| Hex | FA | C9 | 98 | 0 | 14 | 27 | 2 | 1E | 5B | 4F |
| Octal | 372 | 311 | 230 | 0 | 24 | 47 | 2 | 36 | 133 | 117 |
| Binary | 11111010 | 11001001 | 10011000 | 0 | 10100 | 100111 | 10 | 11110 | 1011011 | 1001111 |
Color Harmonies of #FAC998
Complementary color
Monochromatic Colors of #FAC998
Black with #FAC998
Text Example
Text Example
White with #FAC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC998; }
p { color: rgb(250,201,152); }
H1.HeaderClassName
{
color: #FAC998;
}
.AnyTagClassName
{
color: #FAC998;
}
</style>
background-color css
<style>
a { background-color: #FAC998; }
a { background-color: rgb(250,201,152); }
div.DivClassName
{
background-color: #FAC998;
}
.BgClassName
{
background-color: #FAC998;
}
</style>
border-color css
<style>
span { border-color: #FAC998; }
span { border-color: rgb(250,201,152); }
td.TdClassName
{
border-color: #FAC998;
}
.TagClassName
{
border-color: #FAC998;
}
</style>