Shades of Peach-Orange #FFC88A
Tints of Peach-Orange #FFC88A
RGB
CMYK
RGB Variations
Color information
#FFC88A (or 0xFFC88A) is known color: Peach-Orange. HEX triplet: FF, C8 and 8A. RGB value is (255,200,138). Sum of RGB (Red+Green+Blue) = 255+200+138=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88A is #003775. Grayscale: #D1D1D1. Windows color (decimal): -14198 or 9095423. OLE color: 9095423.
HSL color Cylindrical-coordinate representation of color #FFC88A: hue angle of 31.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC88A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 138 | - |
| CMYK | 0 | 0.22 | 0.46 | 0 |
| HSL | 31.79º | 1% | 0.77% | - |
| HSV(B) | 31.79º | 0.46% | 1% | - |
| XYZ | 66.48 | 64.4 | 32.97 | - |
| YUV | 209.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 138 | 0 | 0.22 | 0.46 | 0 | 31.79 | 1 | 0.77 |
| Hex | FF | C8 | 8A | 0 | 16 | 2E | 0 | 20 | 64 | 4D |
| Octal | 377 | 310 | 212 | 0 | 26 | 56 | 0 | 40 | 144 | 115 |
| Binary | 11111111 | 11001000 | 10001010 | 0 | 10110 | 101110 | 0 | 100000 | 1100100 | 1001101 |
Color Harmonies of #FFC88A
Complementary color
Monochromatic Colors of #FFC88A
Black with #FFC88A
Text Example
Text Example
White with #FFC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC88A; }
p { color: rgb(255,200,138); }
H1.HeaderClassName
{
color: #FFC88A;
}
.AnyTagClassName
{
color: #FFC88A;
}
</style>
background-color css
<style>
a { background-color: #FFC88A; }
a { background-color: rgb(255,200,138); }
div.DivClassName
{
background-color: #FFC88A;
}
.BgClassName
{
background-color: #FFC88A;
}
</style>
border-color css
<style>
span { border-color: #FFC88A; }
span { border-color: rgb(255,200,138); }
td.TdClassName
{
border-color: #FFC88A;
}
.TagClassName
{
border-color: #FFC88A;
}
</style>