Shades of Peach-Orange #F6C38D
Tints of Peach-Orange #F6C38D
RGB
CMYK
RGB Variations
Color information
#F6C38D (or 0xF6C38D) is known color: Peach-Orange. HEX triplet: F6, C3 and 8D. RGB value is (246,195,141). Sum of RGB (Red+Green+Blue) = 246+195+141=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C38D is #093C72. Grayscale: #CCCCCC. Windows color (decimal): -605299 or 9290742. OLE color: 9290742.
HSL color Cylindrical-coordinate representation of color #F6C38D: hue angle of 30.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6C38D is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 141 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.04 |
| HSL | 30.86º | 0.85% | 0.76% | - |
| HSV(B) | 30.86º | 0.43% | 0.96% | - |
| XYZ | 62.33 | 60.55 | 33.6 | - |
| YUV | 204.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 141 | 0 | 0.21 | 0.43 | 0.04 | 30.86 | 0.85 | 0.76 |
| Hex | F6 | C3 | 8D | 0 | 15 | 2B | 4 | 1F | 55 | 4C |
| Octal | 366 | 303 | 215 | 0 | 25 | 53 | 4 | 37 | 125 | 114 |
| Binary | 11110110 | 11000011 | 10001101 | 0 | 10101 | 101011 | 100 | 11111 | 1010101 | 1001100 |
Color Harmonies of #F6C38D
Complementary color
Monochromatic Colors of #F6C38D
Black with #F6C38D
Text Example
Text Example
White with #F6C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C38D; }
p { color: rgb(246,195,141); }
H1.HeaderClassName
{
color: #F6C38D;
}
.AnyTagClassName
{
color: #F6C38D;
}
</style>
background-color css
<style>
a { background-color: #F6C38D; }
a { background-color: rgb(246,195,141); }
div.DivClassName
{
background-color: #F6C38D;
}
.BgClassName
{
background-color: #F6C38D;
}
</style>
border-color css
<style>
span { border-color: #F6C38D; }
span { border-color: rgb(246,195,141); }
td.TdClassName
{
border-color: #F6C38D;
}
.TagClassName
{
border-color: #F6C38D;
}
</style>