Html Css Color HEX #FCD076 Grandis

📋 copy color: '#FCD076'

red 252 ◦ green 208 ◦ blue 118

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

Shades of Grandis #FCD076

Tints of Grandis #FCD076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.42%

R = 43.6%
G = 35.99%
B = 20.42%

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

#FCD076 (or 0xFCD076) is known color: Grandis. HEX triplet: FC, D0 and 76. RGB value is (252,208,118). Sum of RGB (Red+Green+Blue) = 252+208+118=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD076 is #032F89. Grayscale: #D3D3D3. Windows color (decimal): -208778 or 7786748. OLE color: 7786748.

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

Color convert

RGB 252 208 118 -
CMYK 0 0.17 0.53 0.01
HSL 40.3º 0.96% 0.73% -
HSV(B) 40.3º 0.53% 0.99% -
XYZ 65.97 67.12 26.62 -
YUV 210.9 75.58 157.32 -
System Red Green Blue C M Y K H S L
Decimal 252 208 118 0 0.17 0.53 0.01 40.3 0.96 0.73
Hex FC D0 76 0 11 35 1 28 60 49
Octal 374 320 166 0 21 65 1 50 140 111
Binary 11111100 11010000 1110110 0 10001 110101 1 101000 1100000 1001001

Color Harmonies of #FCD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD076

Black with #FCD076

Text Example


Text Example

White with #FCD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD076; }

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

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

background-color css

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

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

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

border-color css

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

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

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