#F6C873

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

Shades of Grandis #F6C873

Tints of Grandis #F6C873

Color information

#F6C873 (or 0xF6C873) is unknown color: approx Grandis. HEX triplet: F6, C8 and 73. RGB value is (246,200,115). Sum of RGB (Red+Green+Blue) = 246+200+115=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C873 is #09378C. Grayscale: #CCCCCC. Windows color (decimal): -604045 or 7588086. OLE color: 7588086.

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

Color convert

RGB246200115-
CMYK00.190.530.04
HSL38.93º87.92%70.78%-
HSV(B)38.93º53.25%96.47%-
XYZ61.7562.1424.96-
YUV204.0677.74157.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.85%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 115 (45.31% from 255) = 20.50%
R=43.85%
G=35.65%
B=20.50%

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
Decimal24620011500.190.530.0438.9387.9270.78
HexF6C873013354275847
Octal36631016302365447130107
Binary1111011011001000111001101001111010110010011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C873; }

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

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

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

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

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

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

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

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