Shades of Peach-Orange #FDC18C
Tints of Peach-Orange #FDC18C
RGB
CMYK
RGB Variations
Color information
#FDC18C (or 0xFDC18C) is known color: Peach-Orange. HEX triplet: FD, C1 and 8C. RGB value is (253,193,140). Sum of RGB (Red+Green+Blue) = 253+193+140=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC18C is #023E73. Grayscale: #CDCDCD. Windows color (decimal): -147060 or 9224701. OLE color: 9224701.
HSL color Cylindrical-coordinate representation of color #FDC18C: hue angle of 28.14º 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 #FDC18C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 193 | 140 | - |
CMYK | 0 | 0.24 | 0.45 | 0.01 |
HSL | 28.14º | 0.97% | 0.77% | - |
HSV(B) | 28.14º | 0.45% | 0.99% | - |
XYZ | 64.31 | 60.92 | 33.18 | - |
YUV | 204.9 | 91.38 | 162.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 193 | 140 | 0 | 0.24 | 0.45 | 0.01 | 28.14 | 0.97 | 0.77 |
Hex | FD | C1 | 8C | 0 | 18 | 2D | 1 | 1C | 61 | 4D |
Octal | 375 | 301 | 214 | 0 | 30 | 55 | 1 | 34 | 141 | 115 |
Binary | 11111101 | 11000001 | 10001100 | 0 | 11000 | 101101 | 1 | 11100 | 1100001 | 1001101 |
Color Harmonies of #FDC18C
Complementary color
Monochromatic Colors of #FDC18C
Black with #FDC18C
Text Example
Text Example
White with #FDC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC18C; }
p { color: rgb(253,193,140); }
H1.HeaderClassName
{
color: #FDC18C;
}
.AnyTagClassName
{
color: #FDC18C;
}
</style>
background-color css
<style>
a { background-color: #FDC18C; }
a { background-color: rgb(253,193,140); }
div.DivClassName
{
background-color: #FDC18C;
}
.BgClassName
{
background-color: #FDC18C;
}
</style>
border-color css
<style>
span { border-color: #FDC18C; }
span { border-color: rgb(253,193,140); }
td.TdClassName
{
border-color: #FDC18C;
}
.TagClassName
{
border-color: #FDC18C;
}
</style>