Shades of Peach-Orange #FCC68A
Tints of Peach-Orange #FCC68A
RGB
CMYK
RGB Variations
Color information
#FCC68A (or 0xFCC68A) is known color: Peach-Orange. HEX triplet: FC, C6 and 8A. RGB value is (252,198,138). Sum of RGB (Red+Green+Blue) = 252+198+138=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC68A is #033975. Grayscale: #CFCFCF. Windows color (decimal): -211318 or 9094908. OLE color: 9094908.
HSL color Cylindrical-coordinate representation of color #FCC68A: hue angle of 31.58º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCC68A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 138 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.01 |
| HSL | 31.58º | 0.95% | 0.76% | - |
| HSV(B) | 31.58º | 0.45% | 0.99% | - |
| XYZ | 64.93 | 62.92 | 32.77 | - |
| YUV | 207.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 138 | 0 | 0.21 | 0.45 | 0.01 | 31.58 | 0.95 | 0.76 |
| Hex | FC | C6 | 8A | 0 | 15 | 2D | 1 | 20 | 5F | 4C |
| Octal | 374 | 306 | 212 | 0 | 25 | 55 | 1 | 40 | 137 | 114 |
| Binary | 11111100 | 11000110 | 10001010 | 0 | 10101 | 101101 | 1 | 100000 | 1011111 | 1001100 |
Color Harmonies of #FCC68A
Complementary color
Monochromatic Colors of #FCC68A
Black with #FCC68A
Text Example
Text Example
White with #FCC68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC68A; }
p { color: rgb(252,198,138); }
H1.HeaderClassName
{
color: #FCC68A;
}
.AnyTagClassName
{
color: #FCC68A;
}
</style>
background-color css
<style>
a { background-color: #FCC68A; }
a { background-color: rgb(252,198,138); }
div.DivClassName
{
background-color: #FCC68A;
}
.BgClassName
{
background-color: #FCC68A;
}
</style>
border-color css
<style>
span { border-color: #FCC68A; }
span { border-color: rgb(252,198,138); }
td.TdClassName
{
border-color: #FCC68A;
}
.TagClassName
{
border-color: #FCC68A;
}
</style>