Html Css Color HEX #FCD175 Grandis

📋 copy color: '#FCD175'

red 252 ◦ green 209 ◦ blue 117

#FCD175
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FCD175

Tints of Grandis #FCD175

RGB

 RED value IS 252 (98.83% from 255) = 43.6%

 GREEN value IS 209 (82.03% from 255) = 36.16%

 BLUE value IS 117 (46.09% from 255) = 20.24%

R = 43.6%
G = 36.16%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD175 (or 0xFCD175) is known color: 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

RGB 252 209 117 -
CMYK 0 0.17 0.54 0.01
HSL 40.89º 0.96% 0.72% -
HSV(B) 40.89º 0.54% 0.99% -
XYZ 66.16 67.58 26.39 -
YUV 211.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 252 209 117 0 0.17 0.54 0.01 40.89 0.96 0.72
Hex FC D1 75 0 11 36 1 29 60 48
Octal 374 321 165 0 21 66 1 51 140 110
Binary 11111100 11010001 1110101 0 10001 110110 1 101001 1100000 1001000

Color Harmonies of #FCD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD175

Black with #FCD175

Text Example


Text Example

White with #FCD175

Text Example


Text Example

HTML Codes & Css Web 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>