#FCC491

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

Shades of Peach-Orange #FCC491

Tints of Peach-Orange #FCC491

Color information

#FCC491 (or 0xFCC491) is unknown color: approx Peach-Orange. HEX triplet: FC, C4 and 91. RGB value is (252,196,145). Sum of RGB (Red+Green+Blue) = 252+196+145=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC491 is #033B6E. Grayscale: #CFCFCF. Windows color (decimal): -211823 or 9553148. OLE color: 9553148.

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

Color convert

RGB252196145-
CMYK00.220.420.01
HSL28.6º94.69%77.84%-
HSV(B)28.6º42.46%98.82%-
XYZ6562.2235.37-
YUV206.9393.05160.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 145 (57.03% from 255) = 24.45%
R=42.50%
G=33.05%
B=24.45%

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
Decimal25219614500.220.420.0128.694.6977.84
HexFCC4910162A11d5f4e
Octal37430422102652135137116
Binary11111100110001001001000101011010101011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC491; }

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

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

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

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

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

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

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

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