Shades of Peach-Orange #FCC68B
Tints of Peach-Orange #FCC68B
RGB
CMYK
RGB Variations
Color information
#FCC68B (or 0xFCC68B) is known color: Peach-Orange. HEX triplet: FC, C6 and 8B. RGB value is (252,198,139). Sum of RGB (Red+Green+Blue) = 252+198+139=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC68B is #033974. Grayscale: #CFCFCF. Windows color (decimal): -211317 or 9160444. OLE color: 9160444.
HSL color Cylindrical-coordinate representation of color #FCC68B: hue angle of 31.33º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCC68B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 139 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.01 |
| HSL | 31.33º | 0.95% | 0.77% | - |
| HSV(B) | 31.33º | 0.45% | 0.99% | - |
| XYZ | 65 | 62.95 | 33.15 | - |
| YUV | 207.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 139 | 0 | 0.21 | 0.45 | 0.01 | 31.33 | 0.95 | 0.77 |
| Hex | FC | C6 | 8B | 0 | 15 | 2D | 1 | 1F | 5F | 4D |
| Octal | 374 | 306 | 213 | 0 | 25 | 55 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11000110 | 10001011 | 0 | 10101 | 101101 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC68B
Complementary color
Monochromatic Colors of #FCC68B
Black with #FCC68B
Text Example
Text Example
White with #FCC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC68B; }
p { color: rgb(252,198,139); }
H1.HeaderClassName
{
color: #FCC68B;
}
.AnyTagClassName
{
color: #FCC68B;
}
</style>
background-color css
<style>
a { background-color: #FCC68B; }
a { background-color: rgb(252,198,139); }
div.DivClassName
{
background-color: #FCC68B;
}
.BgClassName
{
background-color: #FCC68B;
}
</style>
border-color css
<style>
span { border-color: #FCC68B; }
span { border-color: rgb(252,198,139); }
td.TdClassName
{
border-color: #FCC68B;
}
.TagClassName
{
border-color: #FCC68B;
}
</style>