Shades of Peach-Orange #FFC68D
Tints of Peach-Orange #FFC68D
RGB
CMYK
RGB Variations
Color information
#FFC68D (or 0xFFC68D) is known color: Peach-Orange. HEX triplet: FF, C6 and 8D. RGB value is (255,198,141). Sum of RGB (Red+Green+Blue) = 255+198+141=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC68D is #003972. Grayscale: #D0D0D0. Windows color (decimal): -14707 or 9291519. OLE color: 9291519.
HSL color Cylindrical-coordinate representation of color #FFC68D: hue angle of 30º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFC68D is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 141 | - |
| CMYK | 0 | 0.22 | 0.45 | 0 |
| HSL | 30º | 1% | 0.78% | - |
| HSV(B) | 30º | 0.45% | 1% | - |
| XYZ | 66.24 | 63.57 | 33.98 | - |
| YUV | 208.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 141 | 0 | 0.22 | 0.45 | 0 | 30 | 1 | 0.78 |
| Hex | FF | C6 | 8D | 0 | 16 | 2D | 0 | 1E | 64 | 4E |
| Octal | 377 | 306 | 215 | 0 | 26 | 55 | 0 | 36 | 144 | 116 |
| Binary | 11111111 | 11000110 | 10001101 | 0 | 10110 | 101101 | 0 | 11110 | 1100100 | 1001110 |
Color Harmonies of #FFC68D
Complementary color
Monochromatic Colors of #FFC68D
Black with #FFC68D
Text Example
Text Example
White with #FFC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC68D; }
p { color: rgb(255,198,141); }
H1.HeaderClassName
{
color: #FFC68D;
}
.AnyTagClassName
{
color: #FFC68D;
}
</style>
background-color css
<style>
a { background-color: #FFC68D; }
a { background-color: rgb(255,198,141); }
div.DivClassName
{
background-color: #FFC68D;
}
.BgClassName
{
background-color: #FFC68D;
}
</style>
border-color css
<style>
span { border-color: #FFC68D; }
span { border-color: rgb(255,198,141); }
td.TdClassName
{
border-color: #FFC68D;
}
.TagClassName
{
border-color: #FFC68D;
}
</style>