Shades of Peach-Orange #FFCE90
Tints of Peach-Orange #FFCE90
RGB
CMYK
RGB Variations
Color information
#FFCE90 (or 0xFFCE90) is known color: Peach-Orange. HEX triplet: FF, CE and 90. RGB value is (255,206,144). Sum of RGB (Red+Green+Blue) = 255+206+144=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE90 is #00316F. Grayscale: #D5D5D5. Windows color (decimal): -12656 or 9490175. OLE color: 9490175.
HSL color Cylindrical-coordinate representation of color #FFCE90: hue angle of 33.51º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCE90 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 144 | - |
| CMYK | 0 | 0.19 | 0.44 | 0 |
| HSL | 33.51º | 1% | 0.78% | - |
| HSV(B) | 33.51º | 0.44% | 1% | - |
| XYZ | 68.35 | 67.42 | 35.8 | - |
| YUV | 213.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 144 | 0 | 0.19 | 0.44 | 0 | 33.51 | 1 | 0.78 |
| Hex | FF | CE | 90 | 0 | 13 | 2C | 0 | 22 | 64 | 4E |
| Octal | 377 | 316 | 220 | 0 | 23 | 54 | 0 | 42 | 144 | 116 |
| Binary | 11111111 | 11001110 | 10010000 | 0 | 10011 | 101100 | 0 | 100010 | 1100100 | 1001110 |
Color Harmonies of #FFCE90
Complementary color
Monochromatic Colors of #FFCE90
Black with #FFCE90
Text Example
Text Example
White with #FFCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE90; }
p { color: rgb(255,206,144); }
H1.HeaderClassName
{
color: #FFCE90;
}
.AnyTagClassName
{
color: #FFCE90;
}
</style>
background-color css
<style>
a { background-color: #FFCE90; }
a { background-color: rgb(255,206,144); }
div.DivClassName
{
background-color: #FFCE90;
}
.BgClassName
{
background-color: #FFCE90;
}
</style>
border-color css
<style>
span { border-color: #FFCE90; }
span { border-color: rgb(255,206,144); }
td.TdClassName
{
border-color: #FFCE90;
}
.TagClassName
{
border-color: #FFCE90;
}
</style>