#FAC56B

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

Shades of Grandis #FAC56B

Tints of Grandis #FAC56B

Color information

#FAC56B (or 0xFAC56B) is unknown color: approx Grandis. HEX triplet: FA, C5 and 6B. RGB value is (250,197,107). Sum of RGB (Red+Green+Blue) = 250+197+107=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC56B is #053A94. Grayscale: #CBCBCB. Windows color (decimal): -342677 or 7063034. OLE color: 7063034.

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

Color convert

RGB250197107-
CMYK00.210.570.02
HSL37.76º93.46%70%-
HSV(B)37.76º57.2%98.04%-
XYZ62.0461.3222.48-
YUV202.5974.06161.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 197 (77.34% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 19.31%
R=45.13%
G=35.56%
B=19.31%

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
Decimal25019710700.210.570.0237.7693.4670
HexFAC56B015392265d46
Octal37230515302571246135106
Binary111110101100010111010110101011110011010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC56B; }

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

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

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

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

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

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

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

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