#FAD16D

Color #FAD16D Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #FAD16D

Tints of Grandis #FAD16D

Color information

#FAD16D (or 0xFAD16D) is unknown color: approx 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

RGB250209109-
CMYK00.160.560.02
HSL42.55º93.38%70.39%-
HSV(B)42.55º56.4%98.04%-
XYZ64.9967.0323.98-
YUV209.8671.08156.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 109 (42.97% from 255) = 19.19%
R=44.01%
G=36.80%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020910900.160.560.0242.5593.3870.39
HexFAD16D0103822b5d46
Octal37232115502070253135106
Binary111110101101000111011010100001110001010101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>