#FAC46E

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

Shades of Grandis #FAC46E

Tints of Grandis #FAC46E

Color information

#FAC46E (or 0xFAC46E) is unknown color: approx Grandis. HEX triplet: FA, C4 and 6E. RGB value is (250,196,110). Sum of RGB (Red+Green+Blue) = 250+196+110=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46E is #053B91. Grayscale: #CACACA. Windows color (decimal): -342930 or 7259386. OLE color: 7259386.

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

Color convert

RGB250196110-
CMYK00.220.560.02
HSL36.86º93.33%70.59%-
HSV(B)36.86º56%98.04%-
XYZ61.9860.9323.25-
YUV202.3475.89161.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 110 (43.36% from 255) = 19.78%
R=44.96%
G=35.25%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019611000.220.560.0236.8693.3370.59
HexFAC46E016382255d47
Octal37230415602670245135107
Binary111110101100010011011100101101110001010010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC46E; }

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

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

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

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

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

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

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

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