Shades of Peach-Orange #F8C28B
Tints of Peach-Orange #F8C28B
RGB
CMYK
RGB Variations
Color information
#F8C28B (or 0xF8C28B) is known color: Peach-Orange. HEX triplet: F8, C2 and 8B. RGB value is (248,194,139). Sum of RGB (Red+Green+Blue) = 248+194+139=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C28B is #073D74. Grayscale: #CCCCCC. Windows color (decimal): -474485 or 9159416. OLE color: 9159416.
HSL color Cylindrical-coordinate representation of color #F8C28B: hue angle of 30.28º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8C28B is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 139 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.03 |
| HSL | 30.28º | 0.89% | 0.76% | - |
| HSV(B) | 30.28º | 0.44% | 0.97% | - |
| XYZ | 62.66 | 60.4 | 32.78 | - |
| YUV | 203.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 139 | 0 | 0.22 | 0.44 | 0.03 | 30.28 | 0.89 | 0.76 |
| Hex | F8 | C2 | 8B | 0 | 16 | 2C | 3 | 1E | 59 | 4C |
| Octal | 370 | 302 | 213 | 0 | 26 | 54 | 3 | 36 | 131 | 114 |
| Binary | 11111000 | 11000010 | 10001011 | 0 | 10110 | 101100 | 11 | 11110 | 1011001 | 1001100 |
Color Harmonies of #F8C28B
Complementary color
Monochromatic Colors of #F8C28B
Black with #F8C28B
Text Example
Text Example
White with #F8C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C28B; }
p { color: rgb(248,194,139); }
H1.HeaderClassName
{
color: #F8C28B;
}
.AnyTagClassName
{
color: #F8C28B;
}
</style>
background-color css
<style>
a { background-color: #F8C28B; }
a { background-color: rgb(248,194,139); }
div.DivClassName
{
background-color: #F8C28B;
}
.BgClassName
{
background-color: #F8C28B;
}
</style>
border-color css
<style>
span { border-color: #F8C28B; }
span { border-color: rgb(248,194,139); }
td.TdClassName
{
border-color: #F8C28B;
}
.TagClassName
{
border-color: #F8C28B;
}
</style>