Shades of Peach-Orange #F9C18C
Tints of Peach-Orange #F9C18C
RGB
CMYK
RGB Variations
Color information
#F9C18C (or 0xF9C18C) is known color: Peach-Orange. HEX triplet: F9, C1 and 8C. RGB value is (249,193,140). Sum of RGB (Red+Green+Blue) = 249+193+140=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C18C is #063E73. Grayscale: #CBCBCB. Windows color (decimal): -409204 or 9224697. OLE color: 9224697.
HSL color Cylindrical-coordinate representation of color #F9C18C: hue angle of 29.17º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9C18C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 140 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.02 |
| HSL | 29.17º | 0.9% | 0.76% | - |
| HSV(B) | 29.17º | 0.44% | 0.98% | - |
| XYZ | 62.87 | 60.17 | 33.11 | - |
| YUV | 203.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 140 | 0 | 0.22 | 0.44 | 0.02 | 29.17 | 0.9 | 0.76 |
| Hex | F9 | C1 | 8C | 0 | 16 | 2C | 2 | 1D | 5A | 4C |
| Octal | 371 | 301 | 214 | 0 | 26 | 54 | 2 | 35 | 132 | 114 |
| Binary | 11111001 | 11000001 | 10001100 | 0 | 10110 | 101100 | 10 | 11101 | 1011010 | 1001100 |
Color Harmonies of #F9C18C
Complementary color
Monochromatic Colors of #F9C18C
Black with #F9C18C
Text Example
Text Example
White with #F9C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C18C; }
p { color: rgb(249,193,140); }
H1.HeaderClassName
{
color: #F9C18C;
}
.AnyTagClassName
{
color: #F9C18C;
}
</style>
background-color css
<style>
a { background-color: #F9C18C; }
a { background-color: rgb(249,193,140); }
div.DivClassName
{
background-color: #F9C18C;
}
.BgClassName
{
background-color: #F9C18C;
}
</style>
border-color css
<style>
span { border-color: #F9C18C; }
span { border-color: rgb(249,193,140); }
td.TdClassName
{
border-color: #F9C18C;
}
.TagClassName
{
border-color: #F9C18C;
}
</style>