#FCC494

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

Shades of Peach-Orange #FCC494

Tints of Peach-Orange #FCC494

Color information

#FCC494 (or 0xFCC494) is unknown color: approx Peach-Orange. HEX triplet: FC, C4 and 94. RGB value is (252,196,148). Sum of RGB (Red+Green+Blue) = 252+196+148=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC494 is #033B6B. Grayscale: #CFCFCF. Windows color (decimal): -211820 or 9749756. OLE color: 9749756.

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

Color convert

RGB252196148-
CMYK00.220.410.01
HSL27.69º94.55%78.43%-
HSV(B)27.69º41.27%98.82%-
XYZ65.2362.3136.61-
YUV207.2794.55159.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=42.28%
G=32.89%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219614800.220.410.0127.6994.5578.43
HexFCC4940162911c5f4e
Octal37430422402651134137116
Binary11111100110001001001010001011010100111110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC494; }

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

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

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

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

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

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

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

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