#F6CA6E

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

Shades of Grandis #F6CA6E

Tints of Grandis #F6CA6E

Color information

#F6CA6E (or 0xF6CA6E) is unknown color: approx Grandis. HEX triplet: F6, CA and 6E. RGB value is (246,202,110). Sum of RGB (Red+Green+Blue) = 246+202+110=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CA6E is #093591. Grayscale: #CDCDCD. Windows color (decimal): -603538 or 7260918. OLE color: 7260918.

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

Color convert

RGB246202110-
CMYK00.180.550.04
HSL40.59º88.31%69.8%-
HSV(B)40.59º55.28%96.47%-
XYZ61.9462.9623.64-
YUV204.6774.58157.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 110 (43.36% from 255) = 19.71%
R=44.09%
G=36.20%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620211000.180.550.0440.5988.3169.8
HexF6CA6E012374295846
Octal36631215602267451130106
Binary1111011011001010110111001001011011110010100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CA6E; }

 p { color: rgb(246,202,110); }

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

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

 a { background-color: rgb(246,202,110); }

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

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

 span { border-color: rgb(246,202,110); }

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