#FCC490

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

Shades of Peach-Orange #FCC490

Tints of Peach-Orange #FCC490

Color information

#FCC490 (or 0xFCC490) is unknown color: approx Peach-Orange. HEX triplet: FC, C4 and 90. RGB value is (252,196,144). Sum of RGB (Red+Green+Blue) = 252+196+144=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC490 is #033B6F. Grayscale: #CFCFCF. Windows color (decimal): -211824 or 9487612. OLE color: 9487612.

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

Color convert

RGB252196144-
CMYK00.220.430.01
HSL28.89º94.74%77.65%-
HSV(B)28.89º42.86%98.82%-
XYZ64.9262.1934.97-
YUV206.8292.55160.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 144 (56.64% from 255) = 24.32%
R=42.57%
G=33.11%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219614400.220.430.0128.8994.7477.65
HexFCC4900162B11d5f4e
Octal37430422002653135137116
Binary11111100110001001001000001011010101111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC490; }

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

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

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

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

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

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

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

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