Html Css Color HEX #FAD16D Grandis

📋 copy color: '#FAD16D'

red 250 ◦ green 209 ◦ blue 109

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

Shades of Grandis #FAD16D

Tints of Grandis #FAD16D

RGB

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

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

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

R = 44.01%
G = 36.8%
B = 19.19%

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

#FAD16D (or 0xFAD16D) is known color: Grandis. HEX triplet: FA, D1 and 6D. RGB value is (250,209,109). Sum of RGB (Red+Green+Blue) = 250+209+109=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD16D is #052E92. Grayscale: #D2D2D2. Windows color (decimal): -339603 or 7197178. OLE color: 7197178.

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

Color convert

RGB 250 209 109 -
CMYK 0 0.16 0.56 0.02
HSL 42.55º 0.93% 0.7% -
HSV(B) 42.55º 0.56% 0.98% -
XYZ 64.99 67.03 23.98 -
YUV 209.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 250 209 109 0 0.16 0.56 0.02 42.55 0.93 0.7
Hex FA D1 6D 0 10 38 2 2B 5D 46
Octal 372 321 155 0 20 70 2 53 135 106
Binary 11111010 11010001 1101101 0 10000 111000 10 101011 1011101 1000110

Color Harmonies of #FAD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD16D

Black with #FAD16D

Text Example


Text Example

White with #FAD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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