Html Css Color HEX #FCD16C Grandis

📋 copy color: '#FCD16C'

red 252 ◦ green 209 ◦ blue 108

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

Shades of Grandis #FCD16C

Tints of Grandis #FCD16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.98%

R = 44.29%
G = 36.73%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCD16C (or 0xFCD16C) is known color: Grandis. HEX triplet: FC, D1 and 6C. RGB value is (252,209,108). Sum of RGB (Red+Green+Blue) = 252+209+108=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16C is #032E93. Grayscale: #D2D2D2. Windows color (decimal): -208532 or 7131644. OLE color: 7131644.

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

Color convert

RGB 252 209 108 -
CMYK 0 0.17 0.57 0.01
HSL 42.08º 0.96% 0.71% -
HSV(B) 42.08º 0.57% 0.99% -
XYZ 65.65 67.38 23.73 -
YUV 210.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 252 209 108 0 0.17 0.57 0.01 42.08 0.96 0.71
Hex FC D1 6C 0 11 39 1 2A 60 47
Octal 374 321 154 0 21 71 1 52 140 107
Binary 11111100 11010001 1101100 0 10001 111001 1 101010 1100000 1000111

Color Harmonies of #FCD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD16C

Black with #FCD16C

Text Example


Text Example

White with #FCD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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