Shades of Peach-Orange #F6C490
Tints of Peach-Orange #F6C490
RGB
CMYK
RGB Variations
Color information
#F6C490 (or 0xF6C490) is known color: Peach-Orange. HEX triplet: F6, C4 and 90. RGB value is (246,196,144). Sum of RGB (Red+Green+Blue) = 246+196+144=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C490 is #093B6F. Grayscale: #CDCDCD. Windows color (decimal): -605040 or 9487606. OLE color: 9487606.
HSL color Cylindrical-coordinate representation of color #F6C490: hue angle of 30.59º degrees, saturation: 0.85, 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 #F6C490 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 144 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.04 |
| HSL | 30.59º | 0.85% | 0.76% | - |
| HSV(B) | 30.59º | 0.41% | 0.96% | - |
| XYZ | 62.78 | 61.09 | 34.87 | - |
| YUV | 205.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 144 | 0 | 0.20 | 0.41 | 0.04 | 30.59 | 0.85 | 0.76 |
| Hex | F6 | C4 | 90 | 0 | 14 | 29 | 4 | 1F | 55 | 4C |
| Octal | 366 | 304 | 220 | 0 | 24 | 51 | 4 | 37 | 125 | 114 |
| Binary | 11110110 | 11000100 | 10010000 | 0 | 10100 | 101001 | 100 | 11111 | 1010101 | 1001100 |
Color Harmonies of #F6C490
Complementary color
Monochromatic Colors of #F6C490
Black with #F6C490
Text Example
Text Example
White with #F6C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C490; }
p { color: rgb(246,196,144); }
H1.HeaderClassName
{
color: #F6C490;
}
.AnyTagClassName
{
color: #F6C490;
}
</style>
background-color css
<style>
a { background-color: #F6C490; }
a { background-color: rgb(246,196,144); }
div.DivClassName
{
background-color: #F6C490;
}
.BgClassName
{
background-color: #F6C490;
}
</style>
border-color css
<style>
span { border-color: #F6C490; }
span { border-color: rgb(246,196,144); }
td.TdClassName
{
border-color: #F6C490;
}
.TagClassName
{
border-color: #F6C490;
}
</style>