#FCC890

Color #FCC890 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FCC890

Tints of Peach-Orange #FCC890

Color information

#FCC890 (or 0xFCC890) is unknown color: approx Peach-Orange. HEX triplet: FC, C8 and 90. RGB value is (252,200,144). Sum of RGB (Red+Green+Blue) = 252+200+144=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC890 is #03376F. Grayscale: #D1D1D1. Windows color (decimal): -210800 or 9488636. OLE color: 9488636.

HSL color Cylindrical-coordinate representation of color #FCC890: hue angle of 31.11º 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 #FCC890 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252200144-
CMYK00.210.430.01
HSL31.11º94.74%77.65%-
HSV(B)31.11º42.86%98.82%-
XYZ65.8364.0235.27-
YUV209.1691.23158.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 144 (56.64% from 255) = 24.16%
R=42.28%
G=33.56%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220014400.210.430.0131.1194.7477.65
HexFCC8900152B11f5f4e
Octal37431022002553137137116
Binary11111100110010001001000001010110101111111110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC890; }

 p { color: rgb(252,200,144); }

 H1.HeaderClassName
 {
   color: #FCC890;
 }
 .AnyTagClassName
 {
   color: #FCC890;
 }
</style>
background-color css

<style>
 a { background-color: #FCC890; }

 a { background-color: rgb(252,200,144); }

 div.DivClassName
 {
   background-color: #FCC890;
 }
 .BgClassName
 {
   background-color: #FCC890;
 }
</style>
border-color css

<style>
 span { border-color: #FCC890; }

 span { border-color: rgb(252,200,144); }

 td.TdClassName
 {
   border-color: #FCC890;
 }
 .TagClassName
 {
   border-color: #FCC890;
 }
</style>