Shades of Peach-Orange #FFC48C
Tints of Peach-Orange #FFC48C
RGB
CMYK
RGB Variations
Color information
#FFC48C (or 0xFFC48C) is known color: Peach-Orange. HEX triplet: FF, C4 and 8C. RGB value is (255,196,140). Sum of RGB (Red+Green+Blue) = 255+196+140=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC48C is #003B73. Grayscale: #CFCFCF. Windows color (decimal): -15220 or 9225471. OLE color: 9225471.
HSL color Cylindrical-coordinate representation of color #FFC48C: hue angle of 29.22º 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 #FFC48C is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 140 | - |
| CMYK | 0 | 0.23 | 0.45 | 0 |
| HSL | 29.22º | 1% | 0.77% | - |
| HSV(B) | 29.22º | 0.45% | 1% | - |
| XYZ | 65.71 | 62.63 | 33.44 | - |
| YUV | 207.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 140 | 0 | 0.23 | 0.45 | 0 | 29.22 | 1 | 0.77 |
| Hex | FF | C4 | 8C | 0 | 17 | 2D | 0 | 1D | 64 | 4D |
| Octal | 377 | 304 | 214 | 0 | 27 | 55 | 0 | 35 | 144 | 115 |
| Binary | 11111111 | 11000100 | 10001100 | 0 | 10111 | 101101 | 0 | 11101 | 1100100 | 1001101 |
Color Harmonies of #FFC48C
Complementary color
Monochromatic Colors of #FFC48C
Black with #FFC48C
Text Example
Text Example
White with #FFC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC48C; }
p { color: rgb(255,196,140); }
H1.HeaderClassName
{
color: #FFC48C;
}
.AnyTagClassName
{
color: #FFC48C;
}
</style>
background-color css
<style>
a { background-color: #FFC48C; }
a { background-color: rgb(255,196,140); }
div.DivClassName
{
background-color: #FFC48C;
}
.BgClassName
{
background-color: #FFC48C;
}
</style>
border-color css
<style>
span { border-color: #FFC48C; }
span { border-color: rgb(255,196,140); }
td.TdClassName
{
border-color: #FFC48C;
}
.TagClassName
{
border-color: #FFC48C;
}
</style>