#FAD074

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

Shades of Grandis #FAD074

Tints of Grandis #FAD074

Color information

#FAD074 (or 0xFAD074) is unknown color: approx Grandis. HEX triplet: FA, D0 and 74. RGB value is (250,208,116). Sum of RGB (Red+Green+Blue) = 250+208+116=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD074 is #052F8B. Grayscale: #D2D2D2. Windows color (decimal): -339852 or 7655674. OLE color: 7655674.

HSL color Cylindrical-coordinate representation of color #FAD074: hue angle of 41.19º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAD074 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB250208116-
CMYK00.170.540.02
HSL41.19º93.06%71.76%-
HSV(B)41.19º53.6%98.04%-
XYZ65.1366.725.96-
YUV210.0774.91156.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 116 (45.70% from 255) = 20.21%
R=43.55%
G=36.24%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020811600.170.540.0241.1993.0671.76
HexFAD074011362295d48
Octal37232016402166251135110
Binary111110101101000011101000100011101101010100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD074; }

 p { color: rgb(250,208,116); }

 H1.HeaderClassName
 {
   color: #FAD074;
 }
 .AnyTagClassName
 {
   color: #FAD074;
 }
</style>
background-color css

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

 a { background-color: rgb(250,208,116); }

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

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

 span { border-color: rgb(250,208,116); }

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