#FCC592

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

Shades of Peach-Orange #FCC592

Tints of Peach-Orange #FCC592

Color information

#FCC592 (or 0xFCC592) is unknown color: approx Peach-Orange. HEX triplet: FC, C5 and 92. RGB value is (252,197,146). Sum of RGB (Red+Green+Blue) = 252+197+146=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 197 (77.34% from 255 or 33.11% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC592 is #033A6D. Grayscale: #CFCFCF. Windows color (decimal): -211566 or 9618940. OLE color: 9618940.

HSL color Cylindrical-coordinate representation of color #FCC592: hue angle of 28.87º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC592 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB252197146-
CMYK00.220.420.01
HSL28.87º94.64%78.04%-
HSV(B)28.87º42.06%98.82%-
XYZ65.362.735.86-
YUV207.6393.22159.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 197 (77.34% from 255) = 33.11%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=42.35%
G=33.11%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219714600.220.420.0128.8794.6478.04
HexFCC5920162A11d5f4e
Octal37430522202652135137116
Binary11111100110001011001001001011010101011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC592; }

 p { color: rgb(252,197,146); }

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

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

 a { background-color: rgb(252,197,146); }

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

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

 span { border-color: rgb(252,197,146); }

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