Shades of Peach-Orange #FDC78B
Tints of Peach-Orange #FDC78B
RGB
CMYK
RGB Variations
Color information
#FDC78B (or 0xFDC78B) is known color: Peach-Orange. HEX triplet: FD, C7 and 8B. RGB value is (253,199,139). Sum of RGB (Red+Green+Blue) = 253+199+139=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC78B is #023874. Grayscale: #D0D0D0. Windows color (decimal): -145525 or 9160701. OLE color: 9160701.
HSL color Cylindrical-coordinate representation of color #FDC78B: hue angle of 31.58º 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 #FDC78B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 139 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.01 |
| HSL | 31.58º | 0.97% | 0.77% | - |
| HSV(B) | 31.58º | 0.45% | 0.99% | - |
| XYZ | 65.59 | 63.59 | 33.24 | - |
| YUV | 208.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 139 | 0 | 0.21 | 0.45 | 0.01 | 31.58 | 0.97 | 0.77 |
| Hex | FD | C7 | 8B | 0 | 15 | 2D | 1 | 20 | 61 | 4D |
| Octal | 375 | 307 | 213 | 0 | 25 | 55 | 1 | 40 | 141 | 115 |
| Binary | 11111101 | 11000111 | 10001011 | 0 | 10101 | 101101 | 1 | 100000 | 1100001 | 1001101 |
Color Harmonies of #FDC78B
Complementary color
Monochromatic Colors of #FDC78B
Black with #FDC78B
Text Example
Text Example
White with #FDC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC78B; }
p { color: rgb(253,199,139); }
H1.HeaderClassName
{
color: #FDC78B;
}
.AnyTagClassName
{
color: #FDC78B;
}
</style>
background-color css
<style>
a { background-color: #FDC78B; }
a { background-color: rgb(253,199,139); }
div.DivClassName
{
background-color: #FDC78B;
}
.BgClassName
{
background-color: #FDC78B;
}
</style>
border-color css
<style>
span { border-color: #FDC78B; }
span { border-color: rgb(253,199,139); }
td.TdClassName
{
border-color: #FDC78B;
}
.TagClassName
{
border-color: #FDC78B;
}
</style>