#FFC08C (or 0xFFC08C) is unknown color: approx Peach-Orange. HEX triplet: FF, C0 and 8C. RGB value is (255,192,140). Sum of RGB (Red+Green+Blue) = 255+192+140=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC08C is #003F73. Grayscale: #CDCDCD. Windows color (decimal): -16244 or 9224447. OLE color: 9224447.
HSL color Cylindrical-coordinate representation of color #FFC08C: hue angle of 27.13º 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 #FFC08C is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.
<style> p { color: #FFC08C; } p { color: rgb(255,192,140); } H1.HeaderClassName { color: #FFC08C; } .AnyTagClassName { color: #FFC08C; } </style>
<style> a { background-color: #FFC08C; } a { background-color: rgb(255,192,140); } div.DivClassName { background-color: #FFC08C; } .BgClassName { background-color: #FFC08C; } </style>
<style> span { border-color: #FFC08C; } span { border-color: rgb(255,192,140); } td.TdClassName { border-color: #FFC08C; } .TagClassName { border-color: #FFC08C; } </style>