#F6CE6C

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

Shades of Grandis #F6CE6C

Tints of Grandis #F6CE6C

Color information

#F6CE6C (or 0xF6CE6C) is unknown color: approx Grandis. HEX triplet: F6, CE and 6C. RGB value is (246,206,108). Sum of RGB (Red+Green+Blue) = 246+206+108=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE6C is #093193. Grayscale: #CFCFCF. Windows color (decimal): -602516 or 7130870. OLE color: 7130870.

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

Color convert

RGB246206108-
CMYK00.160.560.04
HSL42.61º88.46%69.41%-
HSV(B)42.61º56.1%96.47%-
XYZ62.7864.8223.39-
YUV206.7972.25155.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 108 (42.58% from 255) = 19.29%
R=43.93%
G=36.79%
B=19.29%

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
Decimal24620610800.160.560.0442.6188.4669.41
HexF6CE6C0103842b5845
Octal36631615402070453130105
Binary1111011011001110110110001000011100010010101110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CE6C; }

 p { color: rgb(246,206,108); }

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

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

 a { background-color: rgb(246,206,108); }

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

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

 span { border-color: rgb(246,206,108); }

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