Shades of Peach-Orange #FFC48D
Tints of Peach-Orange #FFC48D
RGB
CMYK
RGB Variations
Color information
#FFC48D (or 0xFFC48D) is known color: Peach-Orange. HEX triplet: FF, C4 and 8D. RGB value is (255,196,141). Sum of RGB (Red+Green+Blue) = 255+196+141=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC48D is #003B72. Grayscale: #CFCFCF. Windows color (decimal): -15219 or 9291007. OLE color: 9291007.
HSL color Cylindrical-coordinate representation of color #FFC48D: hue angle of 28.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC48D is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 141 | - |
| CMYK | 0 | 0.23 | 0.45 | 0 |
| HSL | 28.95º | 1% | 0.78% | - |
| HSV(B) | 28.95º | 0.45% | 1% | - |
| XYZ | 65.79 | 62.66 | 33.83 | - |
| YUV | 207.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 141 | 0 | 0.23 | 0.45 | 0 | 28.95 | 1 | 0.78 |
| Hex | FF | C4 | 8D | 0 | 17 | 2D | 0 | 1D | 64 | 4E |
| Octal | 377 | 304 | 215 | 0 | 27 | 55 | 0 | 35 | 144 | 116 |
| Binary | 11111111 | 11000100 | 10001101 | 0 | 10111 | 101101 | 0 | 11101 | 1100100 | 1001110 |
Color Harmonies of #FFC48D
Complementary color
Monochromatic Colors of #FFC48D
Black with #FFC48D
Text Example
Text Example
White with #FFC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC48D; }
p { color: rgb(255,196,141); }
H1.HeaderClassName
{
color: #FFC48D;
}
.AnyTagClassName
{
color: #FFC48D;
}
</style>
background-color css
<style>
a { background-color: #FFC48D; }
a { background-color: rgb(255,196,141); }
div.DivClassName
{
background-color: #FFC48D;
}
.BgClassName
{
background-color: #FFC48D;
}
</style>
border-color css
<style>
span { border-color: #FFC48D; }
span { border-color: rgb(255,196,141); }
td.TdClassName
{
border-color: #FFC48D;
}
.TagClassName
{
border-color: #FFC48D;
}
</style>