Shades of Peach-Orange #F9CF9A
Tints of Peach-Orange #F9CF9A
RGB
CMYK
RGB Variations
Color information
#F9CF9A (or 0xF9CF9A) is known color: Peach-Orange. HEX triplet: F9, CF and 9A. RGB value is (249,207,154). Sum of RGB (Red+Green+Blue) = 249+207+154=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CF9A is #063065. Grayscale: #D5D5D5. Windows color (decimal): -405606 or 10145785. OLE color: 10145785.
HSL color Cylindrical-coordinate representation of color #F9CF9A: hue angle of 33.47º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9CF9A is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 154 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.02 |
| HSL | 33.47º | 0.89% | 0.79% | - |
| HSV(B) | 33.47º | 0.38% | 0.98% | - |
| XYZ | 67.21 | 67.1 | 39.98 | - |
| YUV | 213.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 154 | 0 | 0.17 | 0.38 | 0.02 | 33.47 | 0.89 | 0.79 |
| Hex | F9 | CF | 9A | 0 | 11 | 26 | 2 | 21 | 59 | 4F |
| Octal | 371 | 317 | 232 | 0 | 21 | 46 | 2 | 41 | 131 | 117 |
| Binary | 11111001 | 11001111 | 10011010 | 0 | 10001 | 100110 | 10 | 100001 | 1011001 | 1001111 |
Color Harmonies of #F9CF9A
Complementary color
Monochromatic Colors of #F9CF9A
Black with #F9CF9A
Text Example
Text Example
White with #F9CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF9A; }
p { color: rgb(249,207,154); }
H1.HeaderClassName
{
color: #F9CF9A;
}
.AnyTagClassName
{
color: #F9CF9A;
}
</style>
background-color css
<style>
a { background-color: #F9CF9A; }
a { background-color: rgb(249,207,154); }
div.DivClassName
{
background-color: #F9CF9A;
}
.BgClassName
{
background-color: #F9CF9A;
}
</style>
border-color css
<style>
span { border-color: #F9CF9A; }
span { border-color: rgb(249,207,154); }
td.TdClassName
{
border-color: #F9CF9A;
}
.TagClassName
{
border-color: #F9CF9A;
}
</style>