Shades of Peach-Orange #F8CB93
Tints of Peach-Orange #F8CB93
RGB
CMYK
RGB Variations
Color information
#F8CB93 (or 0xF8CB93) is known color: Peach-Orange. HEX triplet: F8, CB and 93. RGB value is (248,203,147). Sum of RGB (Red+Green+Blue) = 248+203+147=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CB93 is #07346C. Grayscale: #D2D2D2. Windows color (decimal): -472173 or 9686008. OLE color: 9686008.
HSL color Cylindrical-coordinate representation of color #F8CB93: hue angle of 33.27º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F8CB93 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 147 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.03 |
| HSL | 33.27º | 0.88% | 0.77% | - |
| HSV(B) | 33.27º | 0.41% | 0.97% | - |
| XYZ | 65.33 | 64.77 | 36.66 | - |
| YUV | 210.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 147 | 0 | 0.18 | 0.41 | 0.03 | 33.27 | 0.88 | 0.77 |
| Hex | F8 | CB | 93 | 0 | 12 | 29 | 3 | 21 | 58 | 4D |
| Octal | 370 | 313 | 223 | 0 | 22 | 51 | 3 | 41 | 130 | 115 |
| Binary | 11111000 | 11001011 | 10010011 | 0 | 10010 | 101001 | 11 | 100001 | 1011000 | 1001101 |
Color Harmonies of #F8CB93
Complementary color
Monochromatic Colors of #F8CB93
Black with #F8CB93
Text Example
Text Example
White with #F8CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CB93; }
p { color: rgb(248,203,147); }
H1.HeaderClassName
{
color: #F8CB93;
}
.AnyTagClassName
{
color: #F8CB93;
}
</style>
background-color css
<style>
a { background-color: #F8CB93; }
a { background-color: rgb(248,203,147); }
div.DivClassName
{
background-color: #F8CB93;
}
.BgClassName
{
background-color: #F8CB93;
}
</style>
border-color css
<style>
span { border-color: #F8CB93; }
span { border-color: rgb(248,203,147); }
td.TdClassName
{
border-color: #F8CB93;
}
.TagClassName
{
border-color: #F8CB93;
}
</style>