Shades of Peach-Orange #FFC18C
Tints of Peach-Orange #FFC18C
RGB
CMYK
RGB Variations
Color information
#FFC18C (or 0xFFC18C) is known color: Peach-Orange. HEX triplet: FF, C1 and 8C. RGB value is (255,193,140). Sum of RGB (Red+Green+Blue) = 255+193+140=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC18C is #003E73. Grayscale: #CDCDCD. Windows color (decimal): -15988 or 9224703. OLE color: 9224703.
HSL color Cylindrical-coordinate representation of color #FFC18C: hue angle of 27.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC18C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 140 | - |
| CMYK | 0 | 0.24 | 0.45 | 0 |
| HSL | 27.65º | 1% | 0.77% | - |
| HSV(B) | 27.65º | 0.45% | 1% | - |
| XYZ | 65.04 | 61.29 | 33.21 | - |
| YUV | 205.5 | 91.04 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 140 | 0 | 0.24 | 0.45 | 0 | 27.65 | 1 | 0.77 |
| Hex | FF | C1 | 8C | 0 | 18 | 2D | 0 | 1C | 64 | 4D |
| Octal | 377 | 301 | 214 | 0 | 30 | 55 | 0 | 34 | 144 | 115 |
| Binary | 11111111 | 11000001 | 10001100 | 0 | 11000 | 101101 | 0 | 11100 | 1100100 | 1001101 |
Color Harmonies of #FFC18C
Complementary color
Monochromatic Colors of #FFC18C
Black with #FFC18C
Text Example
Text Example
White with #FFC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC18C; }
p { color: rgb(255,193,140); }
H1.HeaderClassName
{
color: #FFC18C;
}
.AnyTagClassName
{
color: #FFC18C;
}
</style>
background-color css
<style>
a { background-color: #FFC18C; }
a { background-color: rgb(255,193,140); }
div.DivClassName
{
background-color: #FFC18C;
}
.BgClassName
{
background-color: #FFC18C;
}
</style>
border-color css
<style>
span { border-color: #FFC18C; }
span { border-color: rgb(255,193,140); }
td.TdClassName
{
border-color: #FFC18C;
}
.TagClassName
{
border-color: #FFC18C;
}
</style>