#F6C773

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

Shades of Grandis #F6C773

Tints of Grandis #F6C773

Color information

#F6C773 (or 0xF6C773) is unknown color: approx Grandis. HEX triplet: F6, C7 and 73. RGB value is (246,199,115). Sum of RGB (Red+Green+Blue) = 246+199+115=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C773 is #09388C. Grayscale: #CBCBCB. Windows color (decimal): -604301 or 7587830. OLE color: 7587830.

HSL color Cylindrical-coordinate representation of color #F6C773: hue angle of 38.47º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6C773 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB246199115-
CMYK00.190.530.04
HSL38.47º87.92%70.78%-
HSV(B)38.47º53.25%96.47%-
XYZ61.5261.6824.88-
YUV203.4878.07158.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 115 (45.31% from 255) = 20.54%
R=43.93%
G=35.54%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619911500.190.530.0438.4787.9270.78
HexF6C773013354265847
Octal36630716302365446130107
Binary1111011011000111111001101001111010110010011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C773; }

 p { color: rgb(246,199,115); }

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

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

 a { background-color: rgb(246,199,115); }

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

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

 span { border-color: rgb(246,199,115); }

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