Shades of Peach-Orange #FDC392
Tints of Peach-Orange #FDC392
RGB
CMYK
RGB Variations
Color information
#FDC392 (or 0xFDC392) is known color: Peach-Orange. HEX triplet: FD, C3 and 92. RGB value is (253,195,146). Sum of RGB (Red+Green+Blue) = 253+195+146=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC392 is #023C6D. Grayscale: #CFCFCF. Windows color (decimal): -146542 or 9618429. OLE color: 9618429.
HSL color Cylindrical-coordinate representation of color #FDC392: hue angle of 27.48º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC392 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 146 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.01 |
| HSL | 27.48º | 0.96% | 0.78% | - |
| HSV(B) | 27.48º | 0.42% | 0.99% | - |
| XYZ | 65.21 | 61.99 | 35.72 | - |
| YUV | 206.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 146 | 0 | 0.23 | 0.42 | 0.01 | 27.48 | 0.96 | 0.78 |
| Hex | FD | C3 | 92 | 0 | 17 | 2A | 1 | 1B | 60 | 4E |
| Octal | 375 | 303 | 222 | 0 | 27 | 52 | 1 | 33 | 140 | 116 |
| Binary | 11111101 | 11000011 | 10010010 | 0 | 10111 | 101010 | 1 | 11011 | 1100000 | 1001110 |
Color Harmonies of #FDC392
Complementary color
Monochromatic Colors of #FDC392
Black with #FDC392
Text Example
Text Example
White with #FDC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC392; }
p { color: rgb(253,195,146); }
H1.HeaderClassName
{
color: #FDC392;
}
.AnyTagClassName
{
color: #FDC392;
}
</style>
background-color css
<style>
a { background-color: #FDC392; }
a { background-color: rgb(253,195,146); }
div.DivClassName
{
background-color: #FDC392;
}
.BgClassName
{
background-color: #FDC392;
}
</style>
border-color css
<style>
span { border-color: #FDC392; }
span { border-color: rgb(253,195,146); }
td.TdClassName
{
border-color: #FDC392;
}
.TagClassName
{
border-color: #FDC392;
}
</style>