#FAC46C

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

Shades of Grandis #FAC46C

Tints of Grandis #FAC46C

Color information

#FAC46C (or 0xFAC46C) is unknown color: approx Grandis. HEX triplet: FA, C4 and 6C. RGB value is (250,196,108). Sum of RGB (Red+Green+Blue) = 250+196+108=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46C is #053B93. Grayscale: #CACACA. Windows color (decimal): -342932 or 7128314. OLE color: 7128314.

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

Color convert

RGB250196108-
CMYK00.220.570.02
HSL37.18º93.42%70.2%-
HSV(B)37.18º56.8%98.04%-
XYZ61.8760.8922.68-
YUV202.1174.89162.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 108 (42.58% from 255) = 19.49%
R=45.13%
G=35.38%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019610800.220.570.0237.1893.4270.2
HexFAC46C016392255d46
Octal37230415402671245135106
Binary111110101100010011011000101101110011010010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC46C; }

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

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

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

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

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

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

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

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