#FAC56C

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

Shades of Grandis #FAC56C

Tints of Grandis #FAC56C

Color information

#FAC56C (or 0xFAC56C) is unknown color: approx Grandis. HEX triplet: FA, C5 and 6C. RGB value is (250,197,108). Sum of RGB (Red+Green+Blue) = 250+197+108=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC56C is #053A93. Grayscale: #CBCBCB. Windows color (decimal): -342676 or 7128570. OLE color: 7128570.

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

Color convert

RGB250197108-
CMYK00.210.570.02
HSL37.61º93.42%70.2%-
HSV(B)37.61º56.8%98.04%-
XYZ62.161.3422.75-
YUV202.774.56161.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 108 (42.58% from 255) = 19.46%
R=45.05%
G=35.50%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019710800.210.570.0237.6193.4270.2
HexFAC56C015392265d46
Octal37230515402571246135106
Binary111110101100010111011000101011110011010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC56C; }

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

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

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

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

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

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

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

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