Html Css Color HEX #FCD16A Grandis

📋 copy color: '#FCD16A'

red 252 ◦ green 209 ◦ blue 106

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

Shades of Grandis #FCD16A

Tints of Grandis #FCD16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.69%

R = 44.44%
G = 36.86%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCD16A (or 0xFCD16A) is known color: Grandis. HEX triplet: FC, D1 and 6A. RGB value is (252,209,106). Sum of RGB (Red+Green+Blue) = 252+209+106=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD16A is #032E95. Grayscale: #D2D2D2. Windows color (decimal): -208534 or 7000572. OLE color: 7000572.

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

Color convert

RGB 252 209 106 -
CMYK 0 0.17 0.58 0.01
HSL 42.33º 0.96% 0.7% -
HSV(B) 42.33º 0.58% 0.99% -
XYZ 65.55 67.34 23.18 -
YUV 210.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 252 209 106 0 0.17 0.58 0.01 42.33 0.96 0.7
Hex FC D1 6A 0 11 3A 1 2A 60 46
Octal 374 321 152 0 21 72 1 52 140 106
Binary 11111100 11010001 1101010 0 10001 111010 1 101010 1100000 1000110

Color Harmonies of #FCD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD16A

Black with #FCD16A

Text Example


Text Example

White with #FCD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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