Html Css Color HEX #FCD174 Grandis

📋 copy color: '#FCD174'

red 252 ◦ green 209 ◦ blue 116

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

Shades of Grandis #FCD174

Tints of Grandis #FCD174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.1%

R = 43.67%
G = 36.22%
B = 20.1%

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

#FCD174 (or 0xFCD174) is known color: Grandis. HEX triplet: FC, D1 and 74. RGB value is (252,209,116). Sum of RGB (Red+Green+Blue) = 252+209+116=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD174 is #032E8B. Grayscale: #D3D3D3. Windows color (decimal): -208524 or 7655932. OLE color: 7655932.

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

Color convert

RGB 252 209 116 -
CMYK 0 0.17 0.54 0.01
HSL 41.03º 0.96% 0.72% -
HSV(B) 41.03º 0.54% 0.99% -
XYZ 66.1 67.56 26.08 -
YUV 211.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 252 209 116 0 0.17 0.54 0.01 41.03 0.96 0.72
Hex FC D1 74 0 11 36 1 29 60 48
Octal 374 321 164 0 21 66 1 51 140 110
Binary 11111100 11010001 1110100 0 10001 110110 1 101001 1100000 1001000

Color Harmonies of #FCD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD174

Black with #FCD174

Text Example


Text Example

White with #FCD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD174; }

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

 H1.HeaderClassName
 {
   color: #FCD174;
 }
 .AnyTagClassName
 {
   color: #FCD174;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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