#F6C56D

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

Shades of Grandis #F6C56D

Tints of Grandis #F6C56D

Color information

#F6C56D (or 0xF6C56D) is unknown color: approx Grandis. HEX triplet: F6, C5 and 6D. RGB value is (246,197,109). Sum of RGB (Red+Green+Blue) = 246+197+109=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C56D is #093A92. Grayscale: #CACACA. Windows color (decimal): -604819 or 7194102. OLE color: 7194102.

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

Color convert

RGB246197109-
CMYK00.200.560.04
HSL38.54º88.39%69.61%-
HSV(B)38.54º55.69%96.47%-
XYZ60.7360.6322.97-
YUV201.6275.73159.66-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 109 (42.97% from 255) = 19.75%
R=44.57%
G=35.69%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619710900.200.560.0438.5488.3969.61
HexF6C56D014384275846
Octal36630515502470447130106
Binary1111011011000101110110101010011100010010011110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C56D; }

 p { color: rgb(246,197,109); }

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

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

 a { background-color: rgb(246,197,109); }

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

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

 span { border-color: rgb(246,197,109); }

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