Shades of Peach-Orange #F9CB8E
Tints of Peach-Orange #F9CB8E
RGB
CMYK
RGB Variations
Color information
#F9CB8E (or 0xF9CB8E) is known color: Peach-Orange. HEX triplet: F9, CB and 8E. RGB value is (249,203,142). Sum of RGB (Red+Green+Blue) = 249+203+142=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CB8E is #063471. Grayscale: #D2D2D2. Windows color (decimal): -406642 or 9358329. OLE color: 9358329.
HSL color Cylindrical-coordinate representation of color #F9CB8E: hue angle of 34.21º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9CB8E is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 142 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.02 |
| HSL | 34.21º | 0.9% | 0.77% | - |
| HSV(B) | 34.21º | 0.43% | 0.98% | - |
| XYZ | 65.31 | 64.8 | 34.66 | - |
| YUV | 209.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 142 | 0 | 0.18 | 0.43 | 0.02 | 34.21 | 0.9 | 0.77 |
| Hex | F9 | CB | 8E | 0 | 12 | 2B | 2 | 22 | 5A | 4D |
| Octal | 371 | 313 | 216 | 0 | 22 | 53 | 2 | 42 | 132 | 115 |
| Binary | 11111001 | 11001011 | 10001110 | 0 | 10010 | 101011 | 10 | 100010 | 1011010 | 1001101 |
Color Harmonies of #F9CB8E
Complementary color
Monochromatic Colors of #F9CB8E
Black with #F9CB8E
Text Example
Text Example
White with #F9CB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB8E; }
p { color: rgb(249,203,142); }
H1.HeaderClassName
{
color: #F9CB8E;
}
.AnyTagClassName
{
color: #F9CB8E;
}
</style>
background-color css
<style>
a { background-color: #F9CB8E; }
a { background-color: rgb(249,203,142); }
div.DivClassName
{
background-color: #F9CB8E;
}
.BgClassName
{
background-color: #F9CB8E;
}
</style>
border-color css
<style>
span { border-color: #F9CB8E; }
span { border-color: rgb(249,203,142); }
td.TdClassName
{
border-color: #F9CB8E;
}
.TagClassName
{
border-color: #F9CB8E;
}
</style>