Html Css Color HEX #FAD46D Grandis

📋 copy color: '#FAD46D'

red 250 ◦ green 212 ◦ blue 109

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

Shades of Grandis #FAD46D

Tints of Grandis #FAD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.13%

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

R = 43.78%
G = 37.13%
B = 19.09%

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

#FAD46D (or 0xFAD46D) is known color: Grandis. HEX triplet: FA, D4 and 6D. RGB value is (250,212,109). Sum of RGB (Red+Green+Blue) = 250+212+109=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD46D is #052B92. Grayscale: #D4D4D4. Windows color (decimal): -338835 or 7197946. OLE color: 7197946.

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

Color convert

RGB 250 212 109 -
CMYK 0 0.15 0.56 0.02
HSL 43.83º 0.93% 0.7% -
HSV(B) 43.83º 0.56% 0.98% -
XYZ 65.73 68.52 24.23 -
YUV 211.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 250 212 109 0 0.15 0.56 0.02 43.83 0.93 0.7
Hex FA D4 6D 0 F 38 2 2C 5D 46
Octal 372 324 155 0 17 70 2 54 135 106
Binary 11111010 11010100 1101101 0 1111 111000 10 101100 1011101 1000110

Color Harmonies of #FAD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD46D

Black with #FAD46D

Text Example


Text Example

White with #FAD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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