#FAC86F

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

Shades of Grandis #FAC86F

Tints of Grandis #FAC86F

Color information

#FAC86F (or 0xFAC86F) is unknown color: approx Grandis. HEX triplet: FA, C8 and 6F. RGB value is (250,200,111). Sum of RGB (Red+Green+Blue) = 250+200+111=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC86F is #053790. Grayscale: #CDCDCD. Windows color (decimal): -341905 or 7325946. OLE color: 7325946.

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

Color convert

RGB250200111-
CMYK00.20.560.02
HSL38.42º93.29%70.78%-
HSV(B)38.42º55.6%98.04%-
XYZ62.9562.7823.84-
YUV204.875.07160.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 111 (43.75% from 255) = 19.79%
R=44.56%
G=35.65%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020011100.20.560.0238.4293.2970.78
HexFAC86F014382265d47
Octal37231015702470246135107
Binary111110101100100011011110101001110001010011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC86F; }

 p { color: rgb(250,200,111); }

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

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

 a { background-color: rgb(250,200,111); }

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

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

 span { border-color: rgb(250,200,111); }

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