Shades of Peach-Orange #FCC38A
Tints of Peach-Orange #FCC38A
RGB
CMYK
RGB Variations
Color information
#FCC38A (or 0xFCC38A) is known color: Peach-Orange. HEX triplet: FC, C3 and 8A. RGB value is (252,195,138). Sum of RGB (Red+Green+Blue) = 252+195+138=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC38A is #033C75. Grayscale: #CDCDCD. Windows color (decimal): -212086 or 9094140. OLE color: 9094140.
HSL color Cylindrical-coordinate representation of color #FCC38A: hue angle of 30º 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 #FCC38A is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 138 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.01 |
| HSL | 30º | 0.95% | 0.76% | - |
| HSV(B) | 30º | 0.45% | 0.99% | - |
| XYZ | 64.25 | 61.56 | 32.54 | - |
| YUV | 205.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 138 | 0 | 0.23 | 0.45 | 0.01 | 30 | 0.95 | 0.76 |
| Hex | FC | C3 | 8A | 0 | 17 | 2D | 1 | 1E | 5F | 4C |
| Octal | 374 | 303 | 212 | 0 | 27 | 55 | 1 | 36 | 137 | 114 |
| Binary | 11111100 | 11000011 | 10001010 | 0 | 10111 | 101101 | 1 | 11110 | 1011111 | 1001100 |
Color Harmonies of #FCC38A
Complementary color
Monochromatic Colors of #FCC38A
Black with #FCC38A
Text Example
Text Example
White with #FCC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC38A; }
p { color: rgb(252,195,138); }
H1.HeaderClassName
{
color: #FCC38A;
}
.AnyTagClassName
{
color: #FCC38A;
}
</style>
background-color css
<style>
a { background-color: #FCC38A; }
a { background-color: rgb(252,195,138); }
div.DivClassName
{
background-color: #FCC38A;
}
.BgClassName
{
background-color: #FCC38A;
}
</style>
border-color css
<style>
span { border-color: #FCC38A; }
span { border-color: rgb(252,195,138); }
td.TdClassName
{
border-color: #FCC38A;
}
.TagClassName
{
border-color: #FCC38A;
}
</style>