#FACB66

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

Shades of Grandis #FACB66

Tints of Grandis #FACB66

Color information

#FACB66 (or 0xFACB66) is unknown color: approx Grandis. HEX triplet: FA, CB and 66. RGB value is (250,203,102). Sum of RGB (Red+Green+Blue) = 250+203+102=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB66 is #053499. Grayscale: #CDCDCD. Windows color (decimal): -341146 or 6736890. OLE color: 6736890.

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

Color convert

RGB250203102-
CMYK00.190.590.02
HSL40.95º93.67%69.02%-
HSV(B)40.95º59.2%98.04%-
XYZ63.186421.59-
YUV205.5469.57159.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 102 (40.23% from 255) = 18.38%
R=45.05%
G=36.58%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020310200.190.590.0240.9593.6769.02
HexFACB660133B2295e45
Octal37231314602373251136105
Binary111110101100101111001100100111110111010100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACB66; }

 p { color: rgb(250,203,102); }

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

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

 a { background-color: rgb(250,203,102); }

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

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

 span { border-color: rgb(250,203,102); }

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