#FAC46A

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

Shades of Grandis #FAC46A

Tints of Grandis #FAC46A

Color information

#FAC46A (or 0xFAC46A) is unknown color: approx Grandis. HEX triplet: FA, C4 and 6A. RGB value is (250,196,106). Sum of RGB (Red+Green+Blue) = 250+196+106=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46A is #053B95. Grayscale: #CACACA. Windows color (decimal): -342934 or 6997242. OLE color: 6997242.

HSL color Cylindrical-coordinate representation of color #FAC46A: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAC46A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250196106-
CMYK00.220.580.02
HSL37.5º93.51%69.8%-
HSV(B)37.5º57.6%98.04%-
XYZ61.7760.8422.12-
YUV201.8973.89162.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 106 (41.80% from 255) = 19.20%
R=45.29%
G=35.51%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019610600.220.580.0237.593.5169.8
HexFAC46A0163A2265e46
Octal37230415202672246136106
Binary111110101100010011010100101101110101010011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC46A; }

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

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

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

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

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

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

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

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