Html Css Color HEX #FAD16E Grandis

📋 copy color: '#FAD16E'

red 250 ◦ green 209 ◦ blue 110

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

Shades of Grandis #FAD16E

Tints of Grandis #FAD16E

RGB

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

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

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

R = 43.94%
G = 36.73%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAD16E (or 0xFAD16E) is known color: Grandis. HEX triplet: FA, D1 and 6E. RGB value is (250,209,110). Sum of RGB (Red+Green+Blue) = 250+209+110=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 110 (43.36% from 255 or 19.33% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD16E is #052E91. Grayscale: #D2D2D2. Windows color (decimal): -339602 or 7262714. OLE color: 7262714.

HSL color Cylindrical-coordinate representation of color #FAD16E: hue angle of 42.43º 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 #FAD16E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 209 110 -
CMYK 0 0.16 0.56 0.02
HSL 42.43º 0.93% 0.71% -
HSV(B) 42.43º 0.56% 0.98% -
XYZ 65.04 67.05 24.27 -
YUV 209.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 250 209 110 0 0.16 0.56 0.02 42.43 0.93 0.71
Hex FA D1 6E 0 10 38 2 2A 5D 47
Octal 372 321 156 0 20 70 2 52 135 107
Binary 11111010 11010001 1101110 0 10000 111000 10 101010 1011101 1000111

Color Harmonies of #FAD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD16E

Black with #FAD16E

Text Example


Text Example

White with #FAD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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