#FACC69

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

Shades of Grandis #FACC69

Tints of Grandis #FACC69

Color information

#FACC69 (or 0xFACC69) is unknown color: approx Grandis. HEX triplet: FA, CC and 69. RGB value is (250,204,105). Sum of RGB (Red+Green+Blue) = 250+204+105=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC69 is #053396. Grayscale: #CECECE. Windows color (decimal): -340887 or 6933754. OLE color: 6933754.

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

Color convert

RGB250204105-
CMYK00.180.580.02
HSL40.97º93.55%69.61%-
HSV(B)40.97º58%98.04%-
XYZ63.5764.5322.47-
YUV206.4770.74159.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 105 (41.41% from 255) = 18.78%
R=44.72%
G=36.49%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020410500.180.580.0240.9793.5569.61
HexFACC690123A2295e46
Octal37231415102272251136106
Binary111110101100110011010010100101110101010100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC69; }

 p { color: rgb(250,204,105); }

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

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

 a { background-color: rgb(250,204,105); }

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

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

 span { border-color: rgb(250,204,105); }

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