#FAC66E

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

Shades of Grandis #FAC66E

Tints of Grandis #FAC66E

Color information

#FAC66E (or 0xFAC66E) is unknown color: approx Grandis. HEX triplet: FA, C6 and 6E. RGB value is (250,198,110). Sum of RGB (Red+Green+Blue) = 250+198+110=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC66E is #053991. Grayscale: #CBCBCB. Windows color (decimal): -342418 or 7259898. OLE color: 7259898.

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

Color convert

RGB250198110-
CMYK00.210.560.02
HSL37.71º93.33%70.59%-
HSV(B)37.71º56%98.04%-
XYZ62.4361.8423.4-
YUV203.5275.23161.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.80%
GREEN value IS 198 (77.73% from 255) = 35.48%
BLUE value IS 110 (43.36% from 255) = 19.71%
R=44.80%
G=35.48%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019811000.210.560.0237.7193.3370.59
HexFAC66E015382265d47
Octal37230615602570246135107
Binary111110101100011011011100101011110001010011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC66E; }

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

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

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

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

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

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

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

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