Shades of Peach-Orange #FDCC8C
Tints of Peach-Orange #FDCC8C
RGB
CMYK
RGB Variations
Color information
#FDCC8C (or 0xFDCC8C) is known color: Peach-Orange. HEX triplet: FD, CC and 8C. RGB value is (253,204,140). Sum of RGB (Red+Green+Blue) = 253+204+140=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 140 (55.08% from 255 or 23.45% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC8C is #023373. Grayscale: #D3D3D3. Windows color (decimal): -144244 or 9227517. OLE color: 9227517.
HSL color Cylindrical-coordinate representation of color #FDCC8C: hue angle of 33.98º 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 #FDCC8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 33.98º | 0.97% | 0.77% | - |
| HSV(B) | 33.98º | 0.45% | 0.99% | - |
| XYZ | 66.83 | 65.96 | 34.02 | - |
| YUV | 211.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 140 | 0 | 0.19 | 0.45 | 0.01 | 33.98 | 0.97 | 0.77 |
| Hex | FD | CC | 8C | 0 | 13 | 2D | 1 | 22 | 61 | 4D |
| Octal | 375 | 314 | 214 | 0 | 23 | 55 | 1 | 42 | 141 | 115 |
| Binary | 11111101 | 11001100 | 10001100 | 0 | 10011 | 101101 | 1 | 100010 | 1100001 | 1001101 |
Color Harmonies of #FDCC8C
Complementary color
Monochromatic Colors of #FDCC8C
Black with #FDCC8C
Text Example
Text Example
White with #FDCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC8C; }
p { color: rgb(253,204,140); }
H1.HeaderClassName
{
color: #FDCC8C;
}
.AnyTagClassName
{
color: #FDCC8C;
}
</style>
background-color css
<style>
a { background-color: #FDCC8C; }
a { background-color: rgb(253,204,140); }
div.DivClassName
{
background-color: #FDCC8C;
}
.BgClassName
{
background-color: #FDCC8C;
}
</style>
border-color css
<style>
span { border-color: #FDCC8C; }
span { border-color: rgb(253,204,140); }
td.TdClassName
{
border-color: #FDCC8C;
}
.TagClassName
{
border-color: #FDCC8C;
}
</style>