Shades of Peach-Orange #FFCC90
Tints of Peach-Orange #FFCC90
RGB
CMYK
RGB Variations
Color information
#FFCC90 (or 0xFFCC90) is known color: Peach-Orange. HEX triplet: FF, CC and 90. RGB value is (255,204,144). Sum of RGB (Red+Green+Blue) = 255+204+144=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCC90 is #00336F. Grayscale: #D4D4D4. Windows color (decimal): -13168 or 9489663. OLE color: 9489663.
HSL color Cylindrical-coordinate representation of color #FFCC90: hue angle of 32.43º 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 #FFCC90 is Cyan = 0, Magento = 0.2, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 144 | - |
| CMYK | 0 | 0.2 | 0.44 | 0 |
| HSL | 32.43º | 1% | 0.78% | - |
| HSV(B) | 32.43º | 0.44% | 1% | - |
| XYZ | 67.87 | 66.46 | 35.64 | - |
| YUV | 212.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 144 | 0 | 0.2 | 0.44 | 0 | 32.43 | 1 | 0.78 |
| Hex | FF | CC | 90 | 0 | 14 | 2C | 0 | 20 | 64 | 4E |
| Octal | 377 | 314 | 220 | 0 | 24 | 54 | 0 | 40 | 144 | 116 |
| Binary | 11111111 | 11001100 | 10010000 | 0 | 10100 | 101100 | 0 | 100000 | 1100100 | 1001110 |
Color Harmonies of #FFCC90
Complementary color
Monochromatic Colors of #FFCC90
Black with #FFCC90
Text Example
Text Example
White with #FFCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCC90; }
p { color: rgb(255,204,144); }
H1.HeaderClassName
{
color: #FFCC90;
}
.AnyTagClassName
{
color: #FFCC90;
}
</style>
background-color css
<style>
a { background-color: #FFCC90; }
a { background-color: rgb(255,204,144); }
div.DivClassName
{
background-color: #FFCC90;
}
.BgClassName
{
background-color: #FFCC90;
}
</style>
border-color css
<style>
span { border-color: #FFCC90; }
span { border-color: rgb(255,204,144); }
td.TdClassName
{
border-color: #FFCC90;
}
.TagClassName
{
border-color: #FFCC90;
}
</style>