Html Css Color HEX #FAD56D Grandis

📋 copy color: '#FAD56D'

red 250 ◦ green 213 ◦ blue 109

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

Shades of Grandis #FAD56D

Tints of Grandis #FAD56D

RGB

 RED value IS 250 (98.05% from 255) = 43.71%

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 43.71%
G = 37.24%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAD56D (or 0xFAD56D) is known color: Grandis. HEX triplet: FA, D5 and 6D. RGB value is (250,213,109). Sum of RGB (Red+Green+Blue) = 250+213+109=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD56D is #052A92. Grayscale: #D4D4D4. Windows color (decimal): -338579 or 7198202. OLE color: 7198202.

HSL color Cylindrical-coordinate representation of color #FAD56D: hue angle of 44.26º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAD56D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 109 -
CMYK 0 0.15 0.56 0.02
HSL 44.26º 0.93% 0.7% -
HSV(B) 44.26º 0.56% 0.98% -
XYZ 65.98 69.02 24.31 -
YUV 212.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 250 213 109 0 0.15 0.56 0.02 44.26 0.93 0.7
Hex FA D5 6D 0 F 38 2 2C 5D 46
Octal 372 325 155 0 17 70 2 54 135 106
Binary 11111010 11010101 1101101 0 1111 111000 10 101100 1011101 1000110

Color Harmonies of #FAD56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD56D

Black with #FAD56D

Text Example


Text Example

White with #FAD56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD56D; }

 p { color: rgb(250,213,109); }

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

background-color css

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

 a { background-color: rgb(250,213,109); }

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

border-color css

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

 span { border-color: rgb(250,213,109); }

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