#F6DC3F

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

Shades of Gorse #F6DC3F

Tints of Gorse #F6DC3F

Color information

#F6DC3F (or 0xF6DC3F) is unknown color: approx Gorse. HEX triplet: F6, DC and 3F. RGB value is (246,220,63). Sum of RGB (Red+Green+Blue) = 246+220+63=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC3F is #0923C0. Grayscale: #D2D2D2. Windows color (decimal): -598977 or 4185334. OLE color: 4185334.

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

Color convert

RGB24622063-
CMYK00.110.740.04
HSL51.48º91.04%60.59%-
HSV(B)51.48º74.39%96.47%-
XYZ64.571.1415.03-
YUV209.8845.11153.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.50%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 63 (25% from 255) = 11.91%
R=46.50%
G=41.59%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462206300.110.740.0451.4891.0460.59
HexF6DC3F0B4A4335b3d
Octal3663347701311246313375
Binary11110110110111001111110101110010101001100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC3F; }

 p { color: rgb(246,220,63); }

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

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

 a { background-color: rgb(246,220,63); }

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

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

 span { border-color: rgb(246,220,63); }

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