#F6C05D

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

Shades of Golden Tainoi #F6C05D

Tints of Golden Tainoi #F6C05D

Color information

#F6C05D (or 0xF6C05D) is unknown color: approx Golden Tainoi. HEX triplet: F6, C0 and 5D. RGB value is (246,192,93). Sum of RGB (Red+Green+Blue) = 246+192+93=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C05D is #093FA2. Grayscale: #C5C5C5. Windows color (decimal): -606115 or 6144246. OLE color: 6144246.

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

Color convert

RGB24619293-
CMYK00.220.620.04
HSL38.82º89.47%66.47%-
HSV(B)38.82º62.2%96.47%-
XYZ58.8358.0818.47-
YUV196.8669.39163.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.33%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=46.33%
G=36.16%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461929300.220.620.0438.8289.4766.47
HexF6C05D0163E4275942
Octal36630013502676447131102
Binary1111011011000000101110101011011111010010011110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C05D; }

 p { color: rgb(246,192,93); }

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

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

 a { background-color: rgb(246,192,93); }

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

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

 span { border-color: rgb(246,192,93); }

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