Shades of Peach-Orange #FFCD98
Tints of Peach-Orange #FFCD98
RGB
CMYK
RGB Variations
Color information
#FFCD98 (or 0xFFCD98) is known color: Peach-Orange. HEX triplet: FF, CD and 98. RGB value is (255,205,152). Sum of RGB (Red+Green+Blue) = 255+205+152=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 152 (59.77% from 255 or 24.84% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD98 is #003267. Grayscale: #D6D6D6. Windows color (decimal): -12904 or 10014207. OLE color: 10014207.
HSL color Cylindrical-coordinate representation of color #FFCD98: hue angle of 30.87º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFCD98 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 152 | - |
| CMYK | 0 | 0.20 | 0.40 | 0 |
| HSL | 30.87º | 1% | 0.8% | - |
| HSV(B) | 30.87º | 0.4% | 1% | - |
| XYZ | 68.74 | 67.19 | 39.05 | - |
| YUV | 213.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 152 | 0 | 0.20 | 0.40 | 0 | 30.87 | 1 | 0.8 |
| Hex | FF | CD | 98 | 0 | 14 | 28 | 0 | 1F | 64 | 50 |
| Octal | 377 | 315 | 230 | 0 | 24 | 50 | 0 | 37 | 144 | 120 |
| Binary | 11111111 | 11001101 | 10011000 | 0 | 10100 | 101000 | 0 | 11111 | 1100100 | 1010000 |
Color Harmonies of #FFCD98
Complementary color
Monochromatic Colors of #FFCD98
Black with #FFCD98
Text Example
Text Example
White with #FFCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD98; }
p { color: rgb(255,205,152); }
H1.HeaderClassName
{
color: #FFCD98;
}
.AnyTagClassName
{
color: #FFCD98;
}
</style>
background-color css
<style>
a { background-color: #FFCD98; }
a { background-color: rgb(255,205,152); }
div.DivClassName
{
background-color: #FFCD98;
}
.BgClassName
{
background-color: #FFCD98;
}
</style>
border-color css
<style>
span { border-color: #FFCD98; }
span { border-color: rgb(255,205,152); }
td.TdClassName
{
border-color: #FFCD98;
}
.TagClassName
{
border-color: #FFCD98;
}
</style>