Shades of Peach-Orange #FCC190
Tints of Peach-Orange #FCC190
RGB
CMYK
RGB Variations
Color information
#FCC190 (or 0xFCC190) is known color: Peach-Orange. HEX triplet: FC, C1 and 90. RGB value is (252,193,144). Sum of RGB (Red+Green+Blue) = 252+193+144=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC190 is #033E6F. Grayscale: #CDCDCD. Windows color (decimal): -212592 or 9486844. OLE color: 9486844.
HSL color Cylindrical-coordinate representation of color #FCC190: hue angle of 27.22º 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 #FCC190 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 144 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.01 |
| HSL | 27.22º | 0.95% | 0.78% | - |
| HSV(B) | 27.22º | 0.43% | 0.99% | - |
| XYZ | 64.25 | 60.85 | 34.74 | - |
| YUV | 205.06 | 93.55 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 144 | 0 | 0.23 | 0.43 | 0.01 | 27.22 | 0.95 | 0.78 |
| Hex | FC | C1 | 90 | 0 | 17 | 2B | 1 | 1B | 5F | 4E |
| Octal | 374 | 301 | 220 | 0 | 27 | 53 | 1 | 33 | 137 | 116 |
| Binary | 11111100 | 11000001 | 10010000 | 0 | 10111 | 101011 | 1 | 11011 | 1011111 | 1001110 |
Color Harmonies of #FCC190
Complementary color
Monochromatic Colors of #FCC190
Black with #FCC190
Text Example
Text Example
White with #FCC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC190; }
p { color: rgb(252,193,144); }
H1.HeaderClassName
{
color: #FCC190;
}
.AnyTagClassName
{
color: #FCC190;
}
</style>
background-color css
<style>
a { background-color: #FCC190; }
a { background-color: rgb(252,193,144); }
div.DivClassName
{
background-color: #FCC190;
}
.BgClassName
{
background-color: #FCC190;
}
</style>
border-color css
<style>
span { border-color: #FCC190; }
span { border-color: rgb(252,193,144); }
td.TdClassName
{
border-color: #FCC190;
}
.TagClassName
{
border-color: #FCC190;
}
</style>