#FAD470

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

Shades of Grandis #FAD470

Tints of Grandis #FAD470

Color information

#FAD470 (or 0xFAD470) is unknown color: approx Grandis. HEX triplet: FA, D4 and 70. RGB value is (250,212,112). Sum of RGB (Red+Green+Blue) = 250+212+112=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 112 (44.14% from 255 or 19.51% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD470 is #052B8F. Grayscale: #D4D4D4. Windows color (decimal): -338832 or 7394554. OLE color: 7394554.

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

Color convert

RGB250212112-
CMYK00.150.550.02
HSL43.48º93.24%70.98%-
HSV(B)43.48º55.2%98.04%-
XYZ65.8968.5825.09-
YUV211.9671.59155.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 112 (44.14% from 255) = 19.51%
R=43.55%
G=36.93%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021211200.150.550.0243.4893.2470.98
HexFAD4700F3722b5d47
Octal37232416001767253135107
Binary11111010110101001110000011111101111010101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD470; }

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

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

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

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

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

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

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

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