Shades of Peach-Orange #FFC38E
Tints of Peach-Orange #FFC38E
RGB
CMYK
RGB Variations
Color information
#FFC38E (or 0xFFC38E) is known color: Peach-Orange. HEX triplet: FF, C3 and 8E. RGB value is (255,195,142). Sum of RGB (Red+Green+Blue) = 255+195+142=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC38E is #003C71. Grayscale: #CFCFCF. Windows color (decimal): -15474 or 9356287. OLE color: 9356287.
HSL color Cylindrical-coordinate representation of color #FFC38E: hue angle of 28.14º 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 #FFC38E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 142 | - |
| CMYK | 0 | 0.24 | 0.44 | 0 |
| HSL | 28.14º | 1% | 0.78% | - |
| HSV(B) | 28.14º | 0.44% | 1% | - |
| XYZ | 65.64 | 62.24 | 34.15 | - |
| YUV | 206.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 142 | 0 | 0.24 | 0.44 | 0 | 28.14 | 1 | 0.78 |
| Hex | FF | C3 | 8E | 0 | 18 | 2C | 0 | 1C | 64 | 4E |
| Octal | 377 | 303 | 216 | 0 | 30 | 54 | 0 | 34 | 144 | 116 |
| Binary | 11111111 | 11000011 | 10001110 | 0 | 11000 | 101100 | 0 | 11100 | 1100100 | 1001110 |
Color Harmonies of #FFC38E
Complementary color
Monochromatic Colors of #FFC38E
Black with #FFC38E
Text Example
Text Example
White with #FFC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC38E; }
p { color: rgb(255,195,142); }
H1.HeaderClassName
{
color: #FFC38E;
}
.AnyTagClassName
{
color: #FFC38E;
}
</style>
background-color css
<style>
a { background-color: #FFC38E; }
a { background-color: rgb(255,195,142); }
div.DivClassName
{
background-color: #FFC38E;
}
.BgClassName
{
background-color: #FFC38E;
}
</style>
border-color css
<style>
span { border-color: #FFC38E; }
span { border-color: rgb(255,195,142); }
td.TdClassName
{
border-color: #FFC38E;
}
.TagClassName
{
border-color: #FFC38E;
}
</style>