#FCC28C

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

Shades of Peach-Orange #FCC28C

Tints of Peach-Orange #FCC28C

Color information

#FCC28C (or 0xFCC28C) is unknown color: approx Peach-Orange. HEX triplet: FC, C2 and 8C. RGB value is (252,194,140). Sum of RGB (Red+Green+Blue) = 252+194+140=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC28C is #033D73. Grayscale: #CDCDCD. Windows color (decimal): -212340 or 9224956. OLE color: 9224956.

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

Color convert

RGB252194140-
CMYK00.230.440.01
HSL28.93º94.92%76.86%-
HSV(B)28.93º44.44%98.82%-
XYZ64.1761.1733.24-
YUV205.1991.22161.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 140 (55.08% from 255) = 23.89%
R=43.00%
G=33.11%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219414000.230.440.0128.9394.9276.86
HexFCC28C0172C11d5f4d
Octal37430221402754135137115
Binary11111100110000101000110001011110110011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC28C; }

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

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

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

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

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

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

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

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