Html Css Color HEX #FDC56D Grandis

📋 copy color: '#FDC56D'

red 253 ◦ green 197 ◦ blue 109

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

Shades of Grandis #FDC56D

Tints of Grandis #FDC56D

RGB

 RED value IS 253 (99.22% from 255) = 45.26%

 GREEN value IS 197 (77.34% from 255) = 35.24%

 BLUE value IS 109 (42.97% from 255) = 19.5%

R = 45.26%
G = 35.24%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDC56D (or 0xFDC56D) is known color: Grandis. HEX triplet: FD, C5 and 6D. RGB value is (253,197,109). Sum of RGB (Red+Green+Blue) = 253+197+109=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC56D is #023A92. Grayscale: #CCCCCC. Windows color (decimal): -146067 or 7194109. OLE color: 7194109.

HSL color Cylindrical-coordinate representation of color #FDC56D: hue angle of 36.67º degrees, saturation: 0.97, 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 #FDC56D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 197 109 -
CMYK 0 0.22 0.57 0.01
HSL 36.67º 0.97% 0.71% -
HSV(B) 36.67º 0.57% 0.99% -
XYZ 63.23 61.92 23.09 -
YUV 203.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 253 197 109 0 0.22 0.57 0.01 36.67 0.97 0.71
Hex FD C5 6D 0 16 39 1 25 61 47
Octal 375 305 155 0 26 71 1 45 141 107
Binary 11111101 11000101 1101101 0 10110 111001 1 100101 1100001 1000111

Color Harmonies of #FDC56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC56D

Black with #FDC56D

Text Example


Text Example

White with #FDC56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC56D; }

 p { color: rgb(253,197,109); }

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

background-color css

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

 a { background-color: rgb(253,197,109); }

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

border-color css

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

 span { border-color: rgb(253,197,109); }

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