Shades of Peach-Orange #FFC18E
Tints of Peach-Orange #FFC18E
RGB
CMYK
RGB Variations
Color information
#FFC18E (or 0xFFC18E) is known color: Peach-Orange. HEX triplet: FF, C1 and 8E. RGB value is (255,193,142). Sum of RGB (Red+Green+Blue) = 255+193+142=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC18E is #003E71. Grayscale: #CDCDCD. Windows color (decimal): -15986 or 9355775. OLE color: 9355775.
HSL color Cylindrical-coordinate representation of color #FFC18E: hue angle of 27.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC18E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 142 | - |
| CMYK | 0 | 0.24 | 0.44 | 0 |
| HSL | 27.08º | 1% | 0.78% | - |
| HSV(B) | 27.08º | 0.44% | 1% | - |
| XYZ | 65.19 | 61.35 | 34 | - |
| YUV | 205.72 | 92.04 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 142 | 0 | 0.24 | 0.44 | 0 | 27.08 | 1 | 0.78 |
| Hex | FF | C1 | 8E | 0 | 18 | 2C | 0 | 1B | 64 | 4E |
| Octal | 377 | 301 | 216 | 0 | 30 | 54 | 0 | 33 | 144 | 116 |
| Binary | 11111111 | 11000001 | 10001110 | 0 | 11000 | 101100 | 0 | 11011 | 1100100 | 1001110 |
Color Harmonies of #FFC18E
Complementary color
Monochromatic Colors of #FFC18E
Black with #FFC18E
Text Example
Text Example
White with #FFC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC18E; }
p { color: rgb(255,193,142); }
H1.HeaderClassName
{
color: #FFC18E;
}
.AnyTagClassName
{
color: #FFC18E;
}
</style>
background-color css
<style>
a { background-color: #FFC18E; }
a { background-color: rgb(255,193,142); }
div.DivClassName
{
background-color: #FFC18E;
}
.BgClassName
{
background-color: #FFC18E;
}
</style>
border-color css
<style>
span { border-color: #FFC18E; }
span { border-color: rgb(255,193,142); }
td.TdClassName
{
border-color: #FFC18E;
}
.TagClassName
{
border-color: #FFC18E;
}
</style>