#F6C161

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

Shades of Golden Tainoi #F6C161

Tints of Golden Tainoi #F6C161

Color information

#F6C161 (or 0xF6C161) is unknown color: approx Golden Tainoi. HEX triplet: F6, C1 and 61. RGB value is (246,193,97). Sum of RGB (Red+Green+Blue) = 246+193+97=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C161 is #093E9E. Grayscale: #C6C6C6. Windows color (decimal): -605855 or 6406646. OLE color: 6406646.

HSL color Cylindrical-coordinate representation of color #F6C161: hue angle of 38.66º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6C161 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24619397-
CMYK00.220.610.04
HSL38.66º89.22%67.25%-
HSV(B)38.66º60.57%96.47%-
XYZ59.2358.619.5-
YUV197.971.06162.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.90%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 97 (38.28% from 255) = 18.10%
R=45.90%
G=36.01%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461939700.220.610.0438.6689.2267.25
HexF6C1610163D4275943
Octal36630114102675447131103
Binary1111011011000001110000101011011110110010011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C161; }

 p { color: rgb(246,193,97); }

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

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

 a { background-color: rgb(246,193,97); }

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

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

 span { border-color: rgb(246,193,97); }

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