Shades of Peach-Orange #F4C190
Tints of Peach-Orange #F4C190
RGB
CMYK
RGB Variations
Color information
#F4C190 (or 0xF4C190) is known color: Peach-Orange. HEX triplet: F4, C1 and 90. RGB value is (244,193,144). Sum of RGB (Red+Green+Blue) = 244+193+144=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C190 is #0B3E6F. Grayscale: #CACACA. Windows color (decimal): -736880 or 9486836. OLE color: 9486836.
HSL color Cylindrical-coordinate representation of color #F4C190: hue angle of 29.4º degrees, saturation: 0.82, 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 #F4C190 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 144 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.04 |
| HSL | 29.4º | 0.82% | 0.76% | - |
| HSV(B) | 29.4º | 0.41% | 0.96% | - |
| XYZ | 61.41 | 59.39 | 34.61 | - |
| YUV | 202.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 144 | 0 | 0.21 | 0.41 | 0.04 | 29.4 | 0.82 | 0.76 |
| Hex | F4 | C1 | 90 | 0 | 15 | 29 | 4 | 1D | 52 | 4C |
| Octal | 364 | 301 | 220 | 0 | 25 | 51 | 4 | 35 | 122 | 114 |
| Binary | 11110100 | 11000001 | 10010000 | 0 | 10101 | 101001 | 100 | 11101 | 1010010 | 1001100 |
Color Harmonies of #F4C190
Complementary color
Monochromatic Colors of #F4C190
Black with #F4C190
Text Example
Text Example
White with #F4C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C190; }
p { color: rgb(244,193,144); }
H1.HeaderClassName
{
color: #F4C190;
}
.AnyTagClassName
{
color: #F4C190;
}
</style>
background-color css
<style>
a { background-color: #F4C190; }
a { background-color: rgb(244,193,144); }
div.DivClassName
{
background-color: #F4C190;
}
.BgClassName
{
background-color: #F4C190;
}
</style>
border-color css
<style>
span { border-color: #F4C190; }
span { border-color: rgb(244,193,144); }
td.TdClassName
{
border-color: #F4C190;
}
.TagClassName
{
border-color: #F4C190;
}
</style>