Html Css Color HEX #FAD16F Grandis

📋 copy color: '#FAD16F'

red 250 ◦ green 209 ◦ blue 111

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

Shades of Grandis #FAD16F

Tints of Grandis #FAD16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.47%

R = 43.86%
G = 36.67%
B = 19.47%

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

#FAD16F (or 0xFAD16F) is known color: Grandis. HEX triplet: FA, D1 and 6F. RGB value is (250,209,111). Sum of RGB (Red+Green+Blue) = 250+209+111=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD16F is #052E90. Grayscale: #D2D2D2. Windows color (decimal): -339601 or 7328250. OLE color: 7328250.

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

Color convert

RGB 250 209 111 -
CMYK 0 0.16 0.56 0.02
HSL 42.3º 0.93% 0.71% -
HSV(B) 42.3º 0.56% 0.98% -
XYZ 65.09 67.07 24.55 -
YUV 210.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 250 209 111 0 0.16 0.56 0.02 42.3 0.93 0.71
Hex FA D1 6F 0 10 38 2 2A 5D 47
Octal 372 321 157 0 20 70 2 52 135 107
Binary 11111010 11010001 1101111 0 10000 111000 10 101010 1011101 1000111

Color Harmonies of #FAD16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD16F

Black with #FAD16F

Text Example


Text Example

White with #FAD16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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