#FCC291

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

Shades of Peach-Orange #FCC291

Tints of Peach-Orange #FCC291

Color information

#FCC291 (or 0xFCC291) is unknown color: approx Peach-Orange. HEX triplet: FC, C2 and 91. RGB value is (252,194,145). Sum of RGB (Red+Green+Blue) = 252+194+145=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC291 is #033D6E. Grayscale: #CECECE. Windows color (decimal): -212335 or 9552636. OLE color: 9552636.

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

Color convert

RGB252194145-
CMYK00.230.420.01
HSL27.48º94.69%77.84%-
HSV(B)27.48º42.46%98.82%-
XYZ64.5561.3235.22-
YUV205.7693.72160.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.64%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=42.64%
G=32.83%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219414500.230.420.0127.4894.6977.84
HexFCC2910172A11b5f4e
Octal37430222102752133137116
Binary11111100110000101001000101011110101011101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC291; }

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

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

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

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

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

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

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

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