#FCD175

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

Shades of Grandis #FCD175

Tints of Grandis #FCD175

Color information

#FCD175 (or 0xFCD175) is unknown color: approx Grandis. HEX triplet: FC, D1 and 75. RGB value is (252,209,117). Sum of RGB (Red+Green+Blue) = 252+209+117=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 209 (82.03% from 255 or 36.16% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD175 is #032E8A. Grayscale: #D3D3D3. Windows color (decimal): -208523 or 7721468. OLE color: 7721468.

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

Color convert

RGB252209117-
CMYK00.170.540.01
HSL40.89º95.74%72.35%-
HSV(B)40.89º53.57%98.82%-
XYZ66.1667.5826.39-
YUV211.3774.75156.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 209 (82.03% from 255) = 36.16%
BLUE value IS 117 (46.09% from 255) = 20.24%
R=43.60%
G=36.16%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220911700.170.540.0140.8995.7472.35
HexFCD175011361296048
Octal37432116502166151140110
Binary11111100110100011110101010001110110110100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD175; }

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

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

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

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

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

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

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

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