Shades of Peach-Orange #FDC98F
Tints of Peach-Orange #FDC98F
RGB
CMYK
RGB Variations
Color information
#FDC98F (or 0xFDC98F) is known color: Peach-Orange. HEX triplet: FD, C9 and 8F. RGB value is (253,201,143). Sum of RGB (Red+Green+Blue) = 253+201+143=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98F is #023670. Grayscale: #D2D2D2. Windows color (decimal): -145009 or 9423357. OLE color: 9423357.
HSL color Cylindrical-coordinate representation of color #FDC98F: hue angle of 31.64º 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 #FDC98F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 143 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.01 |
| HSL | 31.64º | 0.96% | 0.78% | - |
| HSV(B) | 31.64º | 0.43% | 0.99% | - |
| XYZ | 66.35 | 64.64 | 34.97 | - |
| YUV | 209.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 143 | 0 | 0.21 | 0.43 | 0.01 | 31.64 | 0.96 | 0.78 |
| Hex | FD | C9 | 8F | 0 | 15 | 2B | 1 | 20 | 60 | 4E |
| Octal | 375 | 311 | 217 | 0 | 25 | 53 | 1 | 40 | 140 | 116 |
| Binary | 11111101 | 11001001 | 10001111 | 0 | 10101 | 101011 | 1 | 100000 | 1100000 | 1001110 |
Color Harmonies of #FDC98F
Complementary color
Monochromatic Colors of #FDC98F
Black with #FDC98F
Text Example
Text Example
White with #FDC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC98F; }
p { color: rgb(253,201,143); }
H1.HeaderClassName
{
color: #FDC98F;
}
.AnyTagClassName
{
color: #FDC98F;
}
</style>
background-color css
<style>
a { background-color: #FDC98F; }
a { background-color: rgb(253,201,143); }
div.DivClassName
{
background-color: #FDC98F;
}
.BgClassName
{
background-color: #FDC98F;
}
</style>
border-color css
<style>
span { border-color: #FDC98F; }
span { border-color: rgb(253,201,143); }
td.TdClassName
{
border-color: #FDC98F;
}
.TagClassName
{
border-color: #FDC98F;
}
</style>