#FCD180

Color #FCD180 Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FCD180

Tints of Salomie #FCD180

Color information

#FCD180 (or 0xFCD180) is unknown color: approx Salomie. HEX triplet: FC, D1 and 80. RGB value is (252,209,128). Sum of RGB (Red+Green+Blue) = 252+209+128=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD180 is #032E7F. Grayscale: #D4D4D4. Windows color (decimal): -208512 or 8442364. OLE color: 8442364.

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

Color convert

RGB252209128-
CMYK00.170.490.01
HSL39.19º95.38%74.51%-
HSV(B)39.19º49.21%98.82%-
XYZ66.8467.8530-
YUV212.6280.25156.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 128 (50.39% from 255) = 21.73%
R=42.78%
G=35.48%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220912800.170.490.0139.1995.3874.51
HexFCD180011311275f4b
Octal37432120002161147137113
Binary111111001101000110000000010001110001110011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD180; }

 p { color: rgb(252,209,128); }

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

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

 a { background-color: rgb(252,209,128); }

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

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

 span { border-color: rgb(252,209,128); }

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