Shades of Peach-Orange #FDCC8F
Tints of Peach-Orange #FDCC8F
RGB
CMYK
RGB Variations
Color information
#FDCC8F (or 0xFDCC8F) is known color: Peach-Orange. HEX triplet: FD, CC and 8F. RGB value is (253,204,143). Sum of RGB (Red+Green+Blue) = 253+204+143=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCC8F is #023370. Grayscale: #D3D3D3. Windows color (decimal): -144241 or 9424125. OLE color: 9424125.
HSL color Cylindrical-coordinate representation of color #FDCC8F: hue angle of 33.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDCC8F is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 204 | 143 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.01 |
| HSL | 33.27º | 0.96% | 0.78% | - |
| HSV(B) | 33.27º | 0.43% | 0.99% | - |
| XYZ | 67.06 | 66.05 | 35.2 | - |
| YUV | 211.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 204 | 143 | 0 | 0.19 | 0.43 | 0.01 | 33.27 | 0.96 | 0.78 |
| Hex | FD | CC | 8F | 0 | 13 | 2B | 1 | 21 | 60 | 4E |
| Octal | 375 | 314 | 217 | 0 | 23 | 53 | 1 | 41 | 140 | 116 |
| Binary | 11111101 | 11001100 | 10001111 | 0 | 10011 | 101011 | 1 | 100001 | 1100000 | 1001110 |
Color Harmonies of #FDCC8F
Complementary color
Monochromatic Colors of #FDCC8F
Black with #FDCC8F
Text Example
Text Example
White with #FDCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCC8F; }
p { color: rgb(253,204,143); }
H1.HeaderClassName
{
color: #FDCC8F;
}
.AnyTagClassName
{
color: #FDCC8F;
}
</style>
background-color css
<style>
a { background-color: #FDCC8F; }
a { background-color: rgb(253,204,143); }
div.DivClassName
{
background-color: #FDCC8F;
}
.BgClassName
{
background-color: #FDCC8F;
}
</style>
border-color css
<style>
span { border-color: #FDCC8F; }
span { border-color: rgb(253,204,143); }
td.TdClassName
{
border-color: #FDCC8F;
}
.TagClassName
{
border-color: #FDCC8F;
}
</style>