Shades of Peach-Orange #FCC38B
Tints of Peach-Orange #FCC38B
RGB
CMYK
RGB Variations
Color information
#FCC38B (or 0xFCC38B) is known color: Peach-Orange. HEX triplet: FC, C3 and 8B. RGB value is (252,195,139). Sum of RGB (Red+Green+Blue) = 252+195+139=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC38B is #033C74. Grayscale: #CDCDCD. Windows color (decimal): -212085 or 9159676. OLE color: 9159676.
HSL color Cylindrical-coordinate representation of color #FCC38B: hue angle of 29.73º 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 #FCC38B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 139 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.01 |
| HSL | 29.73º | 0.95% | 0.77% | - |
| HSV(B) | 29.73º | 0.45% | 0.99% | - |
| XYZ | 64.32 | 61.59 | 32.92 | - |
| YUV | 205.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 139 | 0 | 0.23 | 0.45 | 0.01 | 29.73 | 0.95 | 0.77 |
| Hex | FC | C3 | 8B | 0 | 17 | 2D | 1 | 1E | 5F | 4D |
| Octal | 374 | 303 | 213 | 0 | 27 | 55 | 1 | 36 | 137 | 115 |
| Binary | 11111100 | 11000011 | 10001011 | 0 | 10111 | 101101 | 1 | 11110 | 1011111 | 1001101 |
Color Harmonies of #FCC38B
Complementary color
Monochromatic Colors of #FCC38B
Black with #FCC38B
Text Example
Text Example
White with #FCC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC38B; }
p { color: rgb(252,195,139); }
H1.HeaderClassName
{
color: #FCC38B;
}
.AnyTagClassName
{
color: #FCC38B;
}
</style>
background-color css
<style>
a { background-color: #FCC38B; }
a { background-color: rgb(252,195,139); }
div.DivClassName
{
background-color: #FCC38B;
}
.BgClassName
{
background-color: #FCC38B;
}
</style>
border-color css
<style>
span { border-color: #FCC38B; }
span { border-color: rgb(252,195,139); }
td.TdClassName
{
border-color: #FCC38B;
}
.TagClassName
{
border-color: #FCC38B;
}
</style>