#F6CF6D

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

Shades of Grandis #F6CF6D

Tints of Grandis #F6CF6D

Color information

#F6CF6D (or 0xF6CF6D) is unknown color: approx Grandis. HEX triplet: F6, CF and 6D. RGB value is (246,207,109). Sum of RGB (Red+Green+Blue) = 246+207+109=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CF6D is #093092. Grayscale: #CFCFCF. Windows color (decimal): -602259 or 7196662. OLE color: 7196662.

HSL color Cylindrical-coordinate representation of color #F6CF6D: hue angle of 42.92º 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 #F6CF6D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246207109-
CMYK00.160.560.04
HSL42.92º88.39%69.61%-
HSV(B)42.92º55.69%96.47%-
XYZ63.0865.3223.75-
YUV207.4972.42155.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 109 (42.97% from 255) = 19.40%
R=43.77%
G=36.83%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620710900.160.560.0442.9288.3969.61
HexF6CF6D0103842b5846
Octal36631715502070453130106
Binary1111011011001111110110101000011100010010101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CF6D; }

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

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

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

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

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

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

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

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