#FAD26E

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

Shades of Grandis #FAD26E

Tints of Grandis #FAD26E

Color information

#FAD26E (or 0xFAD26E) is unknown color: approx Grandis. HEX triplet: FA, D2 and 6E. RGB value is (250,210,110). Sum of RGB (Red+Green+Blue) = 250+210+110=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD26E is #052D91. Grayscale: #D2D2D2. Windows color (decimal): -339346 or 7262970. OLE color: 7262970.

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

Color convert

RGB250210110-
CMYK00.160.560.02
HSL42.86º93.33%70.59%-
HSV(B)42.86º56%98.04%-
XYZ65.2967.5424.35-
YUV210.5671.25156.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 110 (43.36% from 255) = 19.30%
R=43.86%
G=36.84%
B=19.30%

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
Decimal25021011000.160.560.0242.8693.3370.59
HexFAD26E0103822b5d47
Octal37232215602070253135107
Binary111110101101001011011100100001110001010101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD26E; }

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

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

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

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

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

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

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

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