Html Css Color HEX #FCD077 Grandis

📋 copy color: '#FCD077'

red 252 ◦ green 208 ◦ blue 119

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

Shades of Grandis #FCD077

Tints of Grandis #FCD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.92%

 BLUE value IS 119 (46.88% from 255) = 20.55%

R = 43.52%
G = 35.92%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD077 (or 0xFCD077) is known color: Grandis. HEX triplet: FC, D0 and 77. RGB value is (252,208,119). Sum of RGB (Red+Green+Blue) = 252+208+119=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD077 is #032F88. Grayscale: #D3D3D3. Windows color (decimal): -208777 or 7852284. OLE color: 7852284.

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

Color convert

RGB 252 208 119 -
CMYK 0 0.17 0.53 0.01
HSL 40.15º 0.96% 0.73% -
HSV(B) 40.15º 0.53% 0.99% -
XYZ 66.03 67.14 26.93 -
YUV 211.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 252 208 119 0 0.17 0.53 0.01 40.15 0.96 0.73
Hex FC D0 77 0 11 35 1 28 60 49
Octal 374 320 167 0 21 65 1 50 140 111
Binary 11111100 11010000 1110111 0 10001 110101 1 101000 1100000 1001001

Color Harmonies of #FCD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD077

Black with #FCD077

Text Example


Text Example

White with #FCD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD077; }

 p { color: rgb(252,208,119); }

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

background-color css

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

 a { background-color: rgb(252,208,119); }

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

border-color css

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

 span { border-color: rgb(252,208,119); }

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