Html Css Color HEX #FCD173 Grandis

📋 copy color: '#FCD173'

red 252 ◦ green 209 ◦ blue 115

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

Shades of Grandis #FCD173

Tints of Grandis #FCD173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.97%

R = 43.75%
G = 36.28%
B = 19.97%

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

#FCD173 (or 0xFCD173) is known color: Grandis. HEX triplet: FC, D1 and 73. RGB value is (252,209,115). Sum of RGB (Red+Green+Blue) = 252+209+115=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 209 (82.03% from 255 or 36.28% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD173 is #032E8C. Grayscale: #D3D3D3. Windows color (decimal): -208525 or 7590396. OLE color: 7590396.

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

Color convert

RGB 252 209 115 -
CMYK 0 0.17 0.54 0.01
HSL 41.17º 0.96% 0.72% -
HSV(B) 41.17º 0.54% 0.99% -
XYZ 66.04 67.53 25.77 -
YUV 211.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 252 209 115 0 0.17 0.54 0.01 41.17 0.96 0.72
Hex FC D1 73 0 11 36 1 29 60 48
Octal 374 321 163 0 21 66 1 51 140 110
Binary 11111100 11010001 1110011 0 10001 110110 1 101001 1100000 1001000

Color Harmonies of #FCD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD173

Black with #FCD173

Text Example


Text Example

White with #FCD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD173; }

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

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

background-color css

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

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

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

border-color css

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

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

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