Shades of Peach-Orange #FDC190
Tints of Peach-Orange #FDC190
RGB
CMYK
RGB Variations
Color information
#FDC190 (or 0xFDC190) is known color: Peach-Orange. HEX triplet: FD, C1 and 90. RGB value is (253,193,144). Sum of RGB (Red+Green+Blue) = 253+193+144=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC190 is #023E6F. Grayscale: #CDCDCD. Windows color (decimal): -147056 or 9486845. OLE color: 9486845.
HSL color Cylindrical-coordinate representation of color #FDC190: hue angle of 26.97º 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 #FDC190 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 144 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.01 |
| HSL | 26.97º | 0.96% | 0.78% | - |
| HSV(B) | 26.97º | 0.43% | 0.99% | - |
| XYZ | 64.61 | 61.04 | 34.76 | - |
| YUV | 205.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 144 | 0 | 0.24 | 0.43 | 0.01 | 26.97 | 0.96 | 0.78 |
| Hex | FD | C1 | 90 | 0 | 18 | 2B | 1 | 1B | 60 | 4E |
| Octal | 375 | 301 | 220 | 0 | 30 | 53 | 1 | 33 | 140 | 116 |
| Binary | 11111101 | 11000001 | 10010000 | 0 | 11000 | 101011 | 1 | 11011 | 1100000 | 1001110 |
Color Harmonies of #FDC190
Complementary color
Monochromatic Colors of #FDC190
Black with #FDC190
Text Example
Text Example
White with #FDC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC190; }
p { color: rgb(253,193,144); }
H1.HeaderClassName
{
color: #FDC190;
}
.AnyTagClassName
{
color: #FDC190;
}
</style>
background-color css
<style>
a { background-color: #FDC190; }
a { background-color: rgb(253,193,144); }
div.DivClassName
{
background-color: #FDC190;
}
.BgClassName
{
background-color: #FDC190;
}
</style>
border-color css
<style>
span { border-color: #FDC190; }
span { border-color: rgb(253,193,144); }
td.TdClassName
{
border-color: #FDC190;
}
.TagClassName
{
border-color: #FDC190;
}
</style>