Shades of Peach-Orange #F9C290
Tints of Peach-Orange #F9C290
RGB
CMYK
RGB Variations
Color information
#F9C290 (or 0xF9C290) is known color: Peach-Orange. HEX triplet: F9, C2 and 90. RGB value is (249,194,144). Sum of RGB (Red+Green+Blue) = 249+194+144=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C290 is #063D6F. Grayscale: #CDCDCD. Windows color (decimal): -408944 or 9487097. OLE color: 9487097.
HSL color Cylindrical-coordinate representation of color #F9C290: hue angle of 28.57º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9C290 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 144 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.02 |
| HSL | 28.57º | 0.9% | 0.77% | - |
| HSV(B) | 28.57º | 0.42% | 0.98% | - |
| XYZ | 63.39 | 60.74 | 34.77 | - |
| YUV | 204.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 144 | 0 | 0.22 | 0.42 | 0.02 | 28.57 | 0.9 | 0.77 |
| Hex | F9 | C2 | 90 | 0 | 16 | 2A | 2 | 1D | 5A | 4D |
| Octal | 371 | 302 | 220 | 0 | 26 | 52 | 2 | 35 | 132 | 115 |
| Binary | 11111001 | 11000010 | 10010000 | 0 | 10110 | 101010 | 10 | 11101 | 1011010 | 1001101 |
Color Harmonies of #F9C290
Complementary color
Monochromatic Colors of #F9C290
Black with #F9C290
Text Example
Text Example
White with #F9C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C290; }
p { color: rgb(249,194,144); }
H1.HeaderClassName
{
color: #F9C290;
}
.AnyTagClassName
{
color: #F9C290;
}
</style>
background-color css
<style>
a { background-color: #F9C290; }
a { background-color: rgb(249,194,144); }
div.DivClassName
{
background-color: #F9C290;
}
.BgClassName
{
background-color: #F9C290;
}
</style>
border-color css
<style>
span { border-color: #F9C290; }
span { border-color: rgb(249,194,144); }
td.TdClassName
{
border-color: #F9C290;
}
.TagClassName
{
border-color: #F9C290;
}
</style>