#FACF74

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

Shades of Grandis #FACF74

Tints of Grandis #FACF74

Color information

#FACF74 (or 0xFACF74) is unknown color: approx Grandis. HEX triplet: FA, CF and 74. RGB value is (250,207,116). Sum of RGB (Red+Green+Blue) = 250+207+116=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF74 is #05308B. Grayscale: #D1D1D1. Windows color (decimal): -340108 or 7655418. OLE color: 7655418.

HSL color Cylindrical-coordinate representation of color #FACF74: hue angle of 40.75º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FACF74 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB250207116-
CMYK00.170.540.02
HSL40.75º93.06%71.76%-
HSV(B)40.75º53.6%98.04%-
XYZ64.8966.2125.88-
YUV209.4875.25156.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=43.63%
G=36.13%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020711600.170.540.0240.7593.0671.76
HexFACF74011362295d48
Octal37231716402166251135110
Binary111110101100111111101000100011101101010100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF74; }

 p { color: rgb(250,207,116); }

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

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

 a { background-color: rgb(250,207,116); }

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

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

 span { border-color: rgb(250,207,116); }

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