Shades of Peach-Orange #FDC990
Tints of Peach-Orange #FDC990
RGB
CMYK
RGB Variations
Color information
#FDC990 (or 0xFDC990) is known color: Peach-Orange. HEX triplet: FD, C9 and 90. RGB value is (253,201,144). Sum of RGB (Red+Green+Blue) = 253+201+144=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC990 is #02366F. Grayscale: #D2D2D2. Windows color (decimal): -145008 or 9488893. OLE color: 9488893.
HSL color Cylindrical-coordinate representation of color #FDC990: hue angle of 31.38º 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 #FDC990 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 144 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 31.38º | 0.96% | 0.78% | - |
| HSV(B) | 31.38º | 0.43% | 0.99% | - |
| XYZ | 66.43 | 64.67 | 35.37 | - |
| YUV | 210.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 144 | 0 | 0.21 | 0.43 | 0.01 | 31.38 | 0.96 | 0.78 |
| Hex | FD | C9 | 90 | 0 | 15 | 2B | 1 | 1F | 60 | 4E |
| Octal | 375 | 311 | 220 | 0 | 25 | 53 | 1 | 37 | 140 | 116 |
| Binary | 11111101 | 11001001 | 10010000 | 0 | 10101 | 101011 | 1 | 11111 | 1100000 | 1001110 |
Color Harmonies of #FDC990
Complementary color
Monochromatic Colors of #FDC990
Black with #FDC990
Text Example
Text Example
White with #FDC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC990; }
p { color: rgb(253,201,144); }
H1.HeaderClassName
{
color: #FDC990;
}
.AnyTagClassName
{
color: #FDC990;
}
</style>
background-color css
<style>
a { background-color: #FDC990; }
a { background-color: rgb(253,201,144); }
div.DivClassName
{
background-color: #FDC990;
}
.BgClassName
{
background-color: #FDC990;
}
</style>
border-color css
<style>
span { border-color: #FDC990; }
span { border-color: rgb(253,201,144); }
td.TdClassName
{
border-color: #FDC990;
}
.TagClassName
{
border-color: #FDC990;
}
</style>