Shades of Peach-Orange #FDC08C
Tints of Peach-Orange #FDC08C
RGB
CMYK
RGB Variations
Color information
#FDC08C (or 0xFDC08C) is known color: Peach-Orange. HEX triplet: FD, C0 and 8C. RGB value is (253,192,140). Sum of RGB (Red+Green+Blue) = 253+192+140=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC08C is #023F73. Grayscale: #CCCCCC. Windows color (decimal): -147316 or 9224445. OLE color: 9224445.
HSL color Cylindrical-coordinate representation of color #FDC08C: hue angle of 27.61º degrees, saturation: 0.97, 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 #FDC08C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 140 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.01 |
| HSL | 27.61º | 0.97% | 0.77% | - |
| HSV(B) | 27.61º | 0.45% | 0.99% | - |
| XYZ | 64.09 | 60.48 | 33.11 | - |
| YUV | 204.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 140 | 0 | 0.24 | 0.45 | 0.01 | 27.61 | 0.97 | 0.77 |
| Hex | FD | C0 | 8C | 0 | 18 | 2D | 1 | 1C | 61 | 4D |
| Octal | 375 | 300 | 214 | 0 | 30 | 55 | 1 | 34 | 141 | 115 |
| Binary | 11111101 | 11000000 | 10001100 | 0 | 11000 | 101101 | 1 | 11100 | 1100001 | 1001101 |
Color Harmonies of #FDC08C
Complementary color
Monochromatic Colors of #FDC08C
Black with #FDC08C
Text Example
Text Example
White with #FDC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC08C; }
p { color: rgb(253,192,140); }
H1.HeaderClassName
{
color: #FDC08C;
}
.AnyTagClassName
{
color: #FDC08C;
}
</style>
background-color css
<style>
a { background-color: #FDC08C; }
a { background-color: rgb(253,192,140); }
div.DivClassName
{
background-color: #FDC08C;
}
.BgClassName
{
background-color: #FDC08C;
}
</style>
border-color css
<style>
span { border-color: #FDC08C; }
span { border-color: rgb(253,192,140); }
td.TdClassName
{
border-color: #FDC08C;
}
.TagClassName
{
border-color: #FDC08C;
}
</style>