#F6C868

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

Shades of Grandis #F6C868

Tints of Grandis #F6C868

Color information

#F6C868 (or 0xF6C868) is unknown color: approx Grandis. HEX triplet: F6, C8 and 68. RGB value is (246,200,104). Sum of RGB (Red+Green+Blue) = 246+200+104=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C868 is #093797. Grayscale: #CBCBCB. Windows color (decimal): -604056 or 6867190. OLE color: 6867190.

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

Color convert

RGB246200104-
CMYK00.190.580.04
HSL40.56º88.75%68.63%-
HSV(B)40.56º57.72%96.47%-
XYZ61.1661.921.82-
YUV202.8172.24158.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.73%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=44.73%
G=36.36%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620010400.190.580.0440.5688.7568.63
HexF6C8680133A4295945
Octal36631015002372451131105
Binary1111011011001000110100001001111101010010100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C868; }

 p { color: rgb(246,200,104); }

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

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

 a { background-color: rgb(246,200,104); }

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

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

 span { border-color: rgb(246,200,104); }

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