Html Css Color HEX #FAD56E Grandis

📋 copy color: '#FAD56E'

red 250 ◦ green 213 ◦ blue 110

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

Shades of Grandis #FAD56E

Tints of Grandis #FAD56E

RGB

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

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

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

R = 43.63%
G = 37.17%
B = 19.2%

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

#FAD56E (or 0xFAD56E) is known color: Grandis. HEX triplet: FA, D5 and 6E. RGB value is (250,213,110). Sum of RGB (Red+Green+Blue) = 250+213+110=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD56E is #052A91. Grayscale: #D4D4D4. Windows color (decimal): -338578 or 7263738. OLE color: 7263738.

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

Color convert

RGB 250 213 110 -
CMYK 0 0.15 0.56 0.02
HSL 44.14º 0.93% 0.71% -
HSV(B) 44.14º 0.56% 0.98% -
XYZ 66.03 69.04 24.6 -
YUV 212.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 250 213 110 0 0.15 0.56 0.02 44.14 0.93 0.71
Hex FA D5 6E 0 F 38 2 2C 5D 47
Octal 372 325 156 0 17 70 2 54 135 107
Binary 11111010 11010101 1101110 0 1111 111000 10 101100 1011101 1000111

Color Harmonies of #FAD56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD56E

Black with #FAD56E

Text Example


Text Example

White with #FAD56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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