#FAD270

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

Shades of Grandis #FAD270

Tints of Grandis #FAD270

Color information

#FAD270 (or 0xFAD270) is unknown color: approx Grandis. HEX triplet: FA, D2 and 70. RGB value is (250,210,112). Sum of RGB (Red+Green+Blue) = 250+210+112=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD270 is #052D8F. Grayscale: #D3D3D3. Windows color (decimal): -339344 or 7394042. OLE color: 7394042.

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

Color convert

RGB250210112-
CMYK00.160.550.02
HSL42.61º93.24%70.98%-
HSV(B)42.61º55.2%98.04%-
XYZ65.467.5924.93-
YUV210.7972.25155.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 210 (82.42% from 255) = 36.71%
BLUE value IS 112 (44.14% from 255) = 19.58%
R=43.71%
G=36.71%
B=19.58%

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
Decimal25021011200.160.550.0242.6193.2470.98
HexFAD2700103722b5d47
Octal37232216002067253135107
Binary111110101101001011100000100001101111010101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD270; }

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

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

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

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

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

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

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

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