Html Css Color HEX #FCD16E Grandis

📋 copy color: '#FCD16E'

red 252 ◦ green 209 ◦ blue 110

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

Shades of Grandis #FCD16E

Tints of Grandis #FCD16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.26%

R = 44.13%
G = 36.6%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD16E (or 0xFCD16E) is known color: Grandis. HEX triplet: FC, D1 and 6E. RGB value is (252,209,110). Sum of RGB (Red+Green+Blue) = 252+209+110=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16E is #032E91. Grayscale: #D3D3D3. Windows color (decimal): -208530 or 7262716. OLE color: 7262716.

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

Color convert

RGB 252 209 110 -
CMYK 0 0.17 0.56 0.01
HSL 41.83º 0.96% 0.71% -
HSV(B) 41.83º 0.56% 0.99% -
XYZ 65.76 67.42 24.3 -
YUV 210.57 71.25 157.55 -
System Red Green Blue C M Y K H S L
Decimal 252 209 110 0 0.17 0.56 0.01 41.83 0.96 0.71
Hex FC D1 6E 0 11 38 1 2A 60 47
Octal 374 321 156 0 21 70 1 52 140 107
Binary 11111100 11010001 1101110 0 10001 111000 1 101010 1100000 1000111

Color Harmonies of #FCD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD16E

Black with #FCD16E

Text Example


Text Example

White with #FCD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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