Shades of Peach-Orange #F8CC9D
Tints of Peach-Orange #F8CC9D
RGB
CMYK
RGB Variations
Color information
#F8CC9D (or 0xF8CC9D) is known color: Peach-Orange. HEX triplet: F8, CC and 9D. RGB value is (248,204,157). Sum of RGB (Red+Green+Blue) = 248+204+157=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CC9D is #073362. Grayscale: #D4D4D4. Windows color (decimal): -471907 or 10341624. OLE color: 10341624.
HSL color Cylindrical-coordinate representation of color #F8CC9D: hue angle of 30.99º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8CC9D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 157 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.03 |
| HSL | 30.99º | 0.87% | 0.79% | - |
| HSV(B) | 30.99º | 0.37% | 0.97% | - |
| XYZ | 66.39 | 65.58 | 41.06 | - |
| YUV | 211.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 157 | 0 | 0.18 | 0.37 | 0.03 | 30.99 | 0.87 | 0.79 |
| Hex | F8 | CC | 9D | 0 | 12 | 25 | 3 | 1F | 57 | 4F |
| Octal | 370 | 314 | 235 | 0 | 22 | 45 | 3 | 37 | 127 | 117 |
| Binary | 11111000 | 11001100 | 10011101 | 0 | 10010 | 100101 | 11 | 11111 | 1010111 | 1001111 |
Color Harmonies of #F8CC9D
Complementary color
Monochromatic Colors of #F8CC9D
Black with #F8CC9D
Text Example
Text Example
White with #F8CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CC9D; }
p { color: rgb(248,204,157); }
H1.HeaderClassName
{
color: #F8CC9D;
}
.AnyTagClassName
{
color: #F8CC9D;
}
</style>
background-color css
<style>
a { background-color: #F8CC9D; }
a { background-color: rgb(248,204,157); }
div.DivClassName
{
background-color: #F8CC9D;
}
.BgClassName
{
background-color: #F8CC9D;
}
</style>
border-color css
<style>
span { border-color: #F8CC9D; }
span { border-color: rgb(248,204,157); }
td.TdClassName
{
border-color: #F8CC9D;
}
.TagClassName
{
border-color: #F8CC9D;
}
</style>