Shades of Peach-Orange #FFC68E
Tints of Peach-Orange #FFC68E
RGB
CMYK
RGB Variations
Color information
#FFC68E (or 0xFFC68E) is known color: Peach-Orange. HEX triplet: FF, C6 and 8E. RGB value is (255,198,142). Sum of RGB (Red+Green+Blue) = 255+198+142=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC68E is #003971. Grayscale: #D0D0D0. Windows color (decimal): -14706 or 9357055. OLE color: 9357055.
HSL color Cylindrical-coordinate representation of color #FFC68E: hue angle of 29.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFC68E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 142 | - |
| CMYK | 0 | 0.22 | 0.44 | 0 |
| HSL | 29.73º | 1% | 0.78% | - |
| HSV(B) | 29.73º | 0.44% | 1% | - |
| XYZ | 66.32 | 63.6 | 34.37 | - |
| YUV | 208.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 142 | 0 | 0.22 | 0.44 | 0 | 29.73 | 1 | 0.78 |
| Hex | FF | C6 | 8E | 0 | 16 | 2C | 0 | 1E | 64 | 4E |
| Octal | 377 | 306 | 216 | 0 | 26 | 54 | 0 | 36 | 144 | 116 |
| Binary | 11111111 | 11000110 | 10001110 | 0 | 10110 | 101100 | 0 | 11110 | 1100100 | 1001110 |
Color Harmonies of #FFC68E
Complementary color
Monochromatic Colors of #FFC68E
Black with #FFC68E
Text Example
Text Example
White with #FFC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC68E; }
p { color: rgb(255,198,142); }
H1.HeaderClassName
{
color: #FFC68E;
}
.AnyTagClassName
{
color: #FFC68E;
}
</style>
background-color css
<style>
a { background-color: #FFC68E; }
a { background-color: rgb(255,198,142); }
div.DivClassName
{
background-color: #FFC68E;
}
.BgClassName
{
background-color: #FFC68E;
}
</style>
border-color css
<style>
span { border-color: #FFC68E; }
span { border-color: rgb(255,198,142); }
td.TdClassName
{
border-color: #FFC68E;
}
.TagClassName
{
border-color: #FFC68E;
}
</style>