Shades of Peach-Orange #F4C18F
Tints of Peach-Orange #F4C18F
RGB
CMYK
RGB Variations
Color information
#F4C18F (or 0xF4C18F) is known color: Peach-Orange. HEX triplet: F4, C1 and 8F. RGB value is (244,193,143). Sum of RGB (Red+Green+Blue) = 244+193+143=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C18F is #0B3E70. Grayscale: #CACACA. Windows color (decimal): -736881 or 9421300. OLE color: 9421300.
HSL color Cylindrical-coordinate representation of color #F4C18F: hue angle of 29.7º 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 #F4C18F is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 143 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.04 |
| HSL | 29.7º | 0.82% | 0.76% | - |
| HSV(B) | 29.7º | 0.41% | 0.96% | - |
| XYZ | 61.34 | 59.36 | 34.21 | - |
| YUV | 202.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 143 | 0 | 0.21 | 0.41 | 0.04 | 29.7 | 0.82 | 0.76 |
| Hex | F4 | C1 | 8F | 0 | 15 | 29 | 4 | 1E | 52 | 4C |
| Octal | 364 | 301 | 217 | 0 | 25 | 51 | 4 | 36 | 122 | 114 |
| Binary | 11110100 | 11000001 | 10001111 | 0 | 10101 | 101001 | 100 | 11110 | 1010010 | 1001100 |
Color Harmonies of #F4C18F
Complementary color
Monochromatic Colors of #F4C18F
Black with #F4C18F
Text Example
Text Example
White with #F4C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C18F; }
p { color: rgb(244,193,143); }
H1.HeaderClassName
{
color: #F4C18F;
}
.AnyTagClassName
{
color: #F4C18F;
}
</style>
background-color css
<style>
a { background-color: #F4C18F; }
a { background-color: rgb(244,193,143); }
div.DivClassName
{
background-color: #F4C18F;
}
.BgClassName
{
background-color: #F4C18F;
}
</style>
border-color css
<style>
span { border-color: #F4C18F; }
span { border-color: rgb(244,193,143); }
td.TdClassName
{
border-color: #F4C18F;
}
.TagClassName
{
border-color: #F4C18F;
}
</style>