#F6C570

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

Shades of Grandis #F6C570

Tints of Grandis #F6C570

Color information

#F6C570 (or 0xF6C570) is unknown color: approx Grandis. HEX triplet: F6, C5 and 70. RGB value is (246,197,112). Sum of RGB (Red+Green+Blue) = 246+197+112=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 112 (44.14% from 255 or 20.18% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C570 is #093A8F. Grayscale: #CACACA. Windows color (decimal): -604816 or 7390710. OLE color: 7390710.

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

Color convert

RGB246197112-
CMYK00.200.540.04
HSL38.06º88.16%70.2%-
HSV(B)38.06º54.47%96.47%-
XYZ60.960.723.83-
YUV201.9677.23159.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 112 (44.14% from 255) = 20.18%
R=44.32%
G=35.50%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619711200.200.540.0438.0688.1670.2
HexF6C570014364265846
Octal36630516002466446130106
Binary1111011011000101111000001010011011010010011010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C570; }

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

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

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

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

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

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

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

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