#F6C970

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

Shades of Grandis #F6C970

Tints of Grandis #F6C970

Color information

#F6C970 (or 0xF6C970) is unknown color: approx Grandis. HEX triplet: F6, C9 and 70. RGB value is (246,201,112). Sum of RGB (Red+Green+Blue) = 246+201+112=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C970 is #09368F. Grayscale: #CCCCCC. Windows color (decimal): -603792 or 7391734. OLE color: 7391734.

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

Color convert

RGB246201112-
CMYK00.180.540.04
HSL39.85º88.16%70.2%-
HSV(B)39.85º54.47%96.47%-
XYZ61.8262.5424.14-
YUV204.3175.91157.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.01%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 112 (44.14% from 255) = 20.04%
R=44.01%
G=35.96%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620111200.180.540.0439.8588.1670.2
HexF6C970012364285846
Octal36631116002266450130106
Binary1111011011001001111000001001011011010010100010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C970; }

 p { color: rgb(246,201,112); }

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

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

 a { background-color: rgb(246,201,112); }

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

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

 span { border-color: rgb(246,201,112); }

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