#FAD170

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

Shades of Grandis #FAD170

Tints of Grandis #FAD170

Color information

#FAD170 (or 0xFAD170) is unknown color: approx Grandis. HEX triplet: FA, D1 and 70. RGB value is (250,209,112). Sum of RGB (Red+Green+Blue) = 250+209+112=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD170 is #052E8F. Grayscale: #D2D2D2. Windows color (decimal): -339600 or 7393786. OLE color: 7393786.

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

Color convert

RGB250209112-
CMYK00.160.550.02
HSL42.17º93.24%70.98%-
HSV(B)42.17º55.2%98.04%-
XYZ65.1567.0924.85-
YUV210.272.58156.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 112 (44.14% from 255) = 19.61%
R=43.78%
G=36.60%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020911200.160.550.0242.1793.2470.98
HexFAD1700103722a5d47
Octal37232116002067252135107
Binary111110101101000111100000100001101111010101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD170; }

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

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

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

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

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

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

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

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