Shades of Peach-Orange #FCC68D
Tints of Peach-Orange #FCC68D
RGB
CMYK
RGB Variations
Color information
#FCC68D (or 0xFCC68D) is known color: Peach-Orange. HEX triplet: FC, C6 and 8D. RGB value is (252,198,141). Sum of RGB (Red+Green+Blue) = 252+198+141=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC68D is #033972. Grayscale: #CFCFCF. Windows color (decimal): -211315 or 9291516. OLE color: 9291516.
HSL color Cylindrical-coordinate representation of color #FCC68D: hue angle of 30.81º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCC68D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 141 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 30.81º | 0.95% | 0.77% | - |
| HSV(B) | 30.81º | 0.44% | 0.99% | - |
| XYZ | 65.15 | 63.01 | 33.93 | - |
| YUV | 207.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 141 | 0 | 0.21 | 0.44 | 0.01 | 30.81 | 0.95 | 0.77 |
| Hex | FC | C6 | 8D | 0 | 15 | 2C | 1 | 1F | 5F | 4D |
| Octal | 374 | 306 | 215 | 0 | 25 | 54 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11000110 | 10001101 | 0 | 10101 | 101100 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC68D
Complementary color
Monochromatic Colors of #FCC68D
Black with #FCC68D
Text Example
Text Example
White with #FCC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC68D; }
p { color: rgb(252,198,141); }
H1.HeaderClassName
{
color: #FCC68D;
}
.AnyTagClassName
{
color: #FCC68D;
}
</style>
background-color css
<style>
a { background-color: #FCC68D; }
a { background-color: rgb(252,198,141); }
div.DivClassName
{
background-color: #FCC68D;
}
.BgClassName
{
background-color: #FCC68D;
}
</style>
border-color css
<style>
span { border-color: #FCC68D; }
span { border-color: rgb(252,198,141); }
td.TdClassName
{
border-color: #FCC68D;
}
.TagClassName
{
border-color: #FCC68D;
}
</style>