Shades of Peach-Orange #F9CA90
Tints of Peach-Orange #F9CA90
RGB
CMYK
RGB Variations
Color information
#F9CA90 (or 0xF9CA90) is known color: Peach-Orange. HEX triplet: F9, CA and 90. RGB value is (249,202,144). Sum of RGB (Red+Green+Blue) = 249+202+144=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CA90 is #06356F. Grayscale: #D1D1D1. Windows color (decimal): -406896 or 9489145. OLE color: 9489145.
HSL color Cylindrical-coordinate representation of color #F9CA90: hue angle of 33.14º 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 #F9CA90 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 144 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.02 |
| HSL | 33.14º | 0.9% | 0.77% | - |
| HSV(B) | 33.14º | 0.42% | 0.98% | - |
| XYZ | 65.22 | 64.39 | 35.38 | - |
| YUV | 209.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 144 | 0 | 0.19 | 0.42 | 0.02 | 33.14 | 0.9 | 0.77 |
| Hex | F9 | CA | 90 | 0 | 13 | 2A | 2 | 21 | 5A | 4D |
| Octal | 371 | 312 | 220 | 0 | 23 | 52 | 2 | 41 | 132 | 115 |
| Binary | 11111001 | 11001010 | 10010000 | 0 | 10011 | 101010 | 10 | 100001 | 1011010 | 1001101 |
Color Harmonies of #F9CA90
Complementary color
Monochromatic Colors of #F9CA90
Black with #F9CA90
Text Example
Text Example
White with #F9CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA90; }
p { color: rgb(249,202,144); }
H1.HeaderClassName
{
color: #F9CA90;
}
.AnyTagClassName
{
color: #F9CA90;
}
</style>
background-color css
<style>
a { background-color: #F9CA90; }
a { background-color: rgb(249,202,144); }
div.DivClassName
{
background-color: #F9CA90;
}
.BgClassName
{
background-color: #F9CA90;
}
</style>
border-color css
<style>
span { border-color: #F9CA90; }
span { border-color: rgb(249,202,144); }
td.TdClassName
{
border-color: #F9CA90;
}
.TagClassName
{
border-color: #F9CA90;
}
</style>