Shades of Peach-Orange #FFC68A
Tints of Peach-Orange #FFC68A
RGB
CMYK
RGB Variations
Color information
#FFC68A (or 0xFFC68A) is known color: Peach-Orange. HEX triplet: FF, C6 and 8A. RGB value is (255,198,138). Sum of RGB (Red+Green+Blue) = 255+198+138=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC68A is #003975. Grayscale: #D0D0D0. Windows color (decimal): -14710 or 9094911. OLE color: 9094911.
HSL color Cylindrical-coordinate representation of color #FFC68A: hue angle of 30.77º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC68A is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 138 | - |
| CMYK | 0 | 0.22 | 0.46 | 0 |
| HSL | 30.77º | 1% | 0.77% | - |
| HSV(B) | 30.77º | 0.46% | 1% | - |
| XYZ | 66.02 | 63.48 | 32.82 | - |
| YUV | 208.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 138 | 0 | 0.22 | 0.46 | 0 | 30.77 | 1 | 0.77 |
| Hex | FF | C6 | 8A | 0 | 16 | 2E | 0 | 1F | 64 | 4D |
| Octal | 377 | 306 | 212 | 0 | 26 | 56 | 0 | 37 | 144 | 115 |
| Binary | 11111111 | 11000110 | 10001010 | 0 | 10110 | 101110 | 0 | 11111 | 1100100 | 1001101 |
Color Harmonies of #FFC68A
Complementary color
Monochromatic Colors of #FFC68A
Black with #FFC68A
Text Example
Text Example
White with #FFC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC68A; }
p { color: rgb(255,198,138); }
H1.HeaderClassName
{
color: #FFC68A;
}
.AnyTagClassName
{
color: #FFC68A;
}
</style>
background-color css
<style>
a { background-color: #FFC68A; }
a { background-color: rgb(255,198,138); }
div.DivClassName
{
background-color: #FFC68A;
}
.BgClassName
{
background-color: #FFC68A;
}
</style>
border-color css
<style>
span { border-color: #FFC68A; }
span { border-color: rgb(255,198,138); }
td.TdClassName
{
border-color: #FFC68A;
}
.TagClassName
{
border-color: #FFC68A;
}
</style>