Shades of Peach-Orange #F5C490
Tints of Peach-Orange #F5C490
RGB
CMYK
RGB Variations
Color information
#F5C490 (or 0xF5C490) is known color: Peach-Orange. HEX triplet: F5, C4 and 90. RGB value is (245,196,144). Sum of RGB (Red+Green+Blue) = 245+196+144=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C490 is #0A3B6F. Grayscale: #CCCCCC. Windows color (decimal): -670576 or 9487605. OLE color: 9487605.
HSL color Cylindrical-coordinate representation of color #F5C490: hue angle of 30.89º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5C490 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 144 | - |
| CMYK | 0 | 0.2 | 0.41 | 0.04 |
| HSL | 30.89º | 0.83% | 0.76% | - |
| HSV(B) | 30.89º | 0.41% | 0.96% | - |
| XYZ | 62.43 | 60.91 | 34.85 | - |
| YUV | 204.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 144 | 0 | 0.2 | 0.41 | 0.04 | 30.89 | 0.83 | 0.76 |
| Hex | F5 | C4 | 90 | 0 | 14 | 29 | 4 | 1F | 53 | 4C |
| Octal | 365 | 304 | 220 | 0 | 24 | 51 | 4 | 37 | 123 | 114 |
| Binary | 11110101 | 11000100 | 10010000 | 0 | 10100 | 101001 | 100 | 11111 | 1010011 | 1001100 |
Color Harmonies of #F5C490
Complementary color
Monochromatic Colors of #F5C490
Black with #F5C490
Text Example
Text Example
White with #F5C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C490; }
p { color: rgb(245,196,144); }
H1.HeaderClassName
{
color: #F5C490;
}
.AnyTagClassName
{
color: #F5C490;
}
</style>
background-color css
<style>
a { background-color: #F5C490; }
a { background-color: rgb(245,196,144); }
div.DivClassName
{
background-color: #F5C490;
}
.BgClassName
{
background-color: #F5C490;
}
</style>
border-color css
<style>
span { border-color: #F5C490; }
span { border-color: rgb(245,196,144); }
td.TdClassName
{
border-color: #F5C490;
}
.TagClassName
{
border-color: #F5C490;
}
</style>