Shades of Peach-Orange #FDC68B
Tints of Peach-Orange #FDC68B
RGB
CMYK
RGB Variations
Color information
#FDC68B (or 0xFDC68B) is known color: Peach-Orange. HEX triplet: FD, C6 and 8B. RGB value is (253,198,139). Sum of RGB (Red+Green+Blue) = 253+198+139=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC68B is #023974. Grayscale: #D0D0D0. Windows color (decimal): -145781 or 9160445. OLE color: 9160445.
HSL color Cylindrical-coordinate representation of color #FDC68B: hue angle of 31.05º 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 #FDC68B is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 139 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.01 |
| HSL | 31.05º | 0.97% | 0.77% | - |
| HSV(B) | 31.05º | 0.45% | 0.99% | - |
| XYZ | 65.36 | 63.13 | 33.17 | - |
| YUV | 207.72 | 89.22 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 139 | 0 | 0.22 | 0.45 | 0.01 | 31.05 | 0.97 | 0.77 |
| Hex | FD | C6 | 8B | 0 | 16 | 2D | 1 | 1F | 61 | 4D |
| Octal | 375 | 306 | 213 | 0 | 26 | 55 | 1 | 37 | 141 | 115 |
| Binary | 11111101 | 11000110 | 10001011 | 0 | 10110 | 101101 | 1 | 11111 | 1100001 | 1001101 |
Color Harmonies of #FDC68B
Complementary color
Monochromatic Colors of #FDC68B
Black with #FDC68B
Text Example
Text Example
White with #FDC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC68B; }
p { color: rgb(253,198,139); }
H1.HeaderClassName
{
color: #FDC68B;
}
.AnyTagClassName
{
color: #FDC68B;
}
</style>
background-color css
<style>
a { background-color: #FDC68B; }
a { background-color: rgb(253,198,139); }
div.DivClassName
{
background-color: #FDC68B;
}
.BgClassName
{
background-color: #FDC68B;
}
</style>
border-color css
<style>
span { border-color: #FDC68B; }
span { border-color: rgb(253,198,139); }
td.TdClassName
{
border-color: #FDC68B;
}
.TagClassName
{
border-color: #FDC68B;
}
</style>