Shades of Peach-Orange #FCCC90
Tints of Peach-Orange #FCCC90
RGB
CMYK
RGB Variations
Color information
#FCCC90 (or 0xFCCC90) is known color: Peach-Orange. HEX triplet: FC, CC and 90. RGB value is (252,204,144). Sum of RGB (Red+Green+Blue) = 252+204+144=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC90 is #03336F. Grayscale: #D3D3D3. Windows color (decimal): -209776 or 9489660. OLE color: 9489660.
HSL color Cylindrical-coordinate representation of color #FCCC90: hue angle of 33.33º degrees, saturation: 0.95, 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 #FCCC90 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 144 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.01 |
| HSL | 33.33º | 0.95% | 0.78% | - |
| HSV(B) | 33.33º | 0.43% | 0.99% | - |
| XYZ | 66.77 | 65.89 | 35.59 | - |
| YUV | 211.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 144 | 0 | 0.19 | 0.43 | 0.01 | 33.33 | 0.95 | 0.78 |
| Hex | FC | CC | 90 | 0 | 13 | 2B | 1 | 21 | 5F | 4E |
| Octal | 374 | 314 | 220 | 0 | 23 | 53 | 1 | 41 | 137 | 116 |
| Binary | 11111100 | 11001100 | 10010000 | 0 | 10011 | 101011 | 1 | 100001 | 1011111 | 1001110 |
Color Harmonies of #FCCC90
Complementary color
Monochromatic Colors of #FCCC90
Black with #FCCC90
Text Example
Text Example
White with #FCCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC90; }
p { color: rgb(252,204,144); }
H1.HeaderClassName
{
color: #FCCC90;
}
.AnyTagClassName
{
color: #FCCC90;
}
</style>
background-color css
<style>
a { background-color: #FCCC90; }
a { background-color: rgb(252,204,144); }
div.DivClassName
{
background-color: #FCCC90;
}
.BgClassName
{
background-color: #FCCC90;
}
</style>
border-color css
<style>
span { border-color: #FCCC90; }
span { border-color: rgb(252,204,144); }
td.TdClassName
{
border-color: #FCCC90;
}
.TagClassName
{
border-color: #FCCC90;
}
</style>