Shades of Peach-Orange #FDC99B
Tints of Peach-Orange #FDC99B
RGB
CMYK
RGB Variations
Color information
#FDC99B (or 0xFDC99B) is known color: Peach-Orange. HEX triplet: FD, C9 and 9B. RGB value is (253,201,155). Sum of RGB (Red+Green+Blue) = 253+201+155=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99B is #023664. Grayscale: #D3D3D3. Windows color (decimal): -144997 or 10209789. OLE color: 10209789.
HSL color Cylindrical-coordinate representation of color #FDC99B: hue angle of 28.16º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDC99B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 155 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.01 |
| HSL | 28.16º | 0.96% | 0.8% | - |
| HSV(B) | 28.16º | 0.39% | 0.99% | - |
| XYZ | 67.31 | 65.02 | 40.01 | - |
| YUV | 211.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 155 | 0 | 0.21 | 0.39 | 0.01 | 28.16 | 0.96 | 0.8 |
| Hex | FD | C9 | 9B | 0 | 15 | 27 | 1 | 1C | 60 | 50 |
| Octal | 375 | 311 | 233 | 0 | 25 | 47 | 1 | 34 | 140 | 120 |
| Binary | 11111101 | 11001001 | 10011011 | 0 | 10101 | 100111 | 1 | 11100 | 1100000 | 1010000 |
Color Harmonies of #FDC99B
Complementary color
Monochromatic Colors of #FDC99B
Black with #FDC99B
Text Example
Text Example
White with #FDC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC99B; }
p { color: rgb(253,201,155); }
H1.HeaderClassName
{
color: #FDC99B;
}
.AnyTagClassName
{
color: #FDC99B;
}
</style>
background-color css
<style>
a { background-color: #FDC99B; }
a { background-color: rgb(253,201,155); }
div.DivClassName
{
background-color: #FDC99B;
}
.BgClassName
{
background-color: #FDC99B;
}
</style>
border-color css
<style>
span { border-color: #FDC99B; }
span { border-color: rgb(253,201,155); }
td.TdClassName
{
border-color: #FDC99B;
}
.TagClassName
{
border-color: #FDC99B;
}
</style>