Shades of Peach-Orange #F9C992
Tints of Peach-Orange #F9C992
RGB
CMYK
RGB Variations
Color information
#F9C992 (or 0xF9C992) is known color: Peach-Orange. HEX triplet: F9, C9 and 92. RGB value is (249,201,146). Sum of RGB (Red+Green+Blue) = 249+201+146=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C992 is #06366D. Grayscale: #D1D1D1. Windows color (decimal): -407150 or 9619961. OLE color: 9619961.
HSL color Cylindrical-coordinate representation of color #F9C992: hue angle of 32.04º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9C992 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 146 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.02 |
| HSL | 32.04º | 0.9% | 0.77% | - |
| HSV(B) | 32.04º | 0.41% | 0.98% | - |
| XYZ | 65.14 | 63.99 | 36.11 | - |
| YUV | 209.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 146 | 0 | 0.19 | 0.41 | 0.02 | 32.04 | 0.9 | 0.77 |
| Hex | F9 | C9 | 92 | 0 | 13 | 29 | 2 | 20 | 5A | 4D |
| Octal | 371 | 311 | 222 | 0 | 23 | 51 | 2 | 40 | 132 | 115 |
| Binary | 11111001 | 11001001 | 10010010 | 0 | 10011 | 101001 | 10 | 100000 | 1011010 | 1001101 |
Color Harmonies of #F9C992
Complementary color
Monochromatic Colors of #F9C992
Black with #F9C992
Text Example
Text Example
White with #F9C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C992; }
p { color: rgb(249,201,146); }
H1.HeaderClassName
{
color: #F9C992;
}
.AnyTagClassName
{
color: #F9C992;
}
</style>
background-color css
<style>
a { background-color: #F9C992; }
a { background-color: rgb(249,201,146); }
div.DivClassName
{
background-color: #F9C992;
}
.BgClassName
{
background-color: #F9C992;
}
</style>
border-color css
<style>
span { border-color: #F9C992; }
span { border-color: rgb(249,201,146); }
td.TdClassName
{
border-color: #F9C992;
}
.TagClassName
{
border-color: #F9C992;
}
</style>