#FCD475

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

Shades of Salomie #FCD475

Tints of Salomie #FCD475

Color information

#FCD475 (or 0xFCD475) is unknown color: approx Salomie. HEX triplet: FC, D4 and 75. RGB value is (252,212,117). Sum of RGB (Red+Green+Blue) = 252+212+117=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD475 is #032B8A. Grayscale: #D5D5D5. Windows color (decimal): -207755 or 7722236. OLE color: 7722236.

HSL color Cylindrical-coordinate representation of color #FCD475: hue angle of 42.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCD475 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252212117-
CMYK00.160.540.01
HSL42.22º95.74%72.35%-
HSV(B)42.22º53.57%98.82%-
XYZ66.969.0726.63-
YUV213.1373.75155.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 117 (46.09% from 255) = 20.14%
R=43.37%
G=36.49%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221211700.160.540.0142.2295.7472.35
HexFCD4750103612a6048
Octal37432416502066152140110
Binary11111100110101001110101010000110110110101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD475; }

 p { color: rgb(252,212,117); }

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

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

 a { background-color: rgb(252,212,117); }

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

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

 span { border-color: rgb(252,212,117); }

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