Shades of Peach-Orange #F5C68F
Tints of Peach-Orange #F5C68F
RGB
CMYK
RGB Variations
Color information
#F5C68F (or 0xF5C68F) is known color: Peach-Orange. HEX triplet: F5, C6 and 8F. RGB value is (245,198,143). Sum of RGB (Red+Green+Blue) = 245+198+143=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 143 (56.25% from 255 or 24.40% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C68F is #0A3970. Grayscale: #CECECE. Windows color (decimal): -670065 or 9422581. OLE color: 9422581.
HSL color Cylindrical-coordinate representation of color #F5C68F: hue angle of 32.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5C68F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 143 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.04 |
| HSL | 32.35º | 0.84% | 0.76% | - |
| HSV(B) | 32.35º | 0.42% | 0.96% | - |
| XYZ | 62.81 | 61.78 | 34.6 | - |
| YUV | 205.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 143 | 0 | 0.19 | 0.42 | 0.04 | 32.35 | 0.84 | 0.76 |
| Hex | F5 | C6 | 8F | 0 | 13 | 2A | 4 | 20 | 54 | 4C |
| Octal | 365 | 306 | 217 | 0 | 23 | 52 | 4 | 40 | 124 | 114 |
| Binary | 11110101 | 11000110 | 10001111 | 0 | 10011 | 101010 | 100 | 100000 | 1010100 | 1001100 |
Color Harmonies of #F5C68F
Complementary color
Monochromatic Colors of #F5C68F
Black with #F5C68F
Text Example
Text Example
White with #F5C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C68F; }
p { color: rgb(245,198,143); }
H1.HeaderClassName
{
color: #F5C68F;
}
.AnyTagClassName
{
color: #F5C68F;
}
</style>
background-color css
<style>
a { background-color: #F5C68F; }
a { background-color: rgb(245,198,143); }
div.DivClassName
{
background-color: #F5C68F;
}
.BgClassName
{
background-color: #F5C68F;
}
</style>
border-color css
<style>
span { border-color: #F5C68F; }
span { border-color: rgb(245,198,143); }
td.TdClassName
{
border-color: #F5C68F;
}
.TagClassName
{
border-color: #F5C68F;
}
</style>