#FCC48E

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

Shades of Peach-Orange #FCC48E

Tints of Peach-Orange #FCC48E

Color information

#FCC48E (or 0xFCC48E) is unknown color: approx Peach-Orange. HEX triplet: FC, C4 and 8E. RGB value is (252,196,142). Sum of RGB (Red+Green+Blue) = 252+196+142=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC48E is #033B71. Grayscale: #CECECE. Windows color (decimal): -211826 or 9356540. OLE color: 9356540.

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

Color convert

RGB252196142-
CMYK00.220.440.01
HSL29.45º94.83%77.25%-
HSV(B)29.45º43.65%98.82%-
XYZ64.7762.1334.17-
YUV206.5991.55160.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 142 (55.86% from 255) = 24.07%
R=42.71%
G=33.22%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219614200.220.440.0129.4594.8377.25
HexFCC48E0162C11d5f4d
Octal37430421602654135137115
Binary11111100110001001000111001011010110011110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC48E; }

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

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

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

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

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

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

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

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