#FCC58D

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

Shades of Peach-Orange #FCC58D

Tints of Peach-Orange #FCC58D

Color information

#FCC58D (or 0xFCC58D) is unknown color: approx Peach-Orange. HEX triplet: FC, C5 and 8D. RGB value is (252,197,141). Sum of RGB (Red+Green+Blue) = 252+197+141=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC58D is #033A72. Grayscale: #CFCFCF. Windows color (decimal): -211571 or 9291260. OLE color: 9291260.

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

Color convert

RGB252197141-
CMYK00.220.440.01
HSL30.27º94.87%77.06%-
HSV(B)30.27º44.05%98.82%-
XYZ64.9262.5533.85-
YUV207.0690.72160.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.71%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=42.71%
G=33.39%
B=23.90%

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
Decimal25219714100.220.440.0130.2794.8777.06
HexFCC58D0162C11e5f4d
Octal37430521502654136137115
Binary11111100110001011000110101011010110011111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC58D; }

 p { color: rgb(252,197,141); }

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

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

 a { background-color: rgb(252,197,141); }

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

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

 span { border-color: rgb(252,197,141); }

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