#F6DD3C

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

Shades of Gorse #F6DD3C

Tints of Gorse #F6DD3C

Color information

#F6DD3C (or 0xF6DD3C) is unknown color: approx Gorse. HEX triplet: F6, DD and 3C. RGB value is (246,221,60). Sum of RGB (Red+Green+Blue) = 246+221+60=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 60 (23.83% from 255 or 11.39% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DD3C is #0922C3. Grayscale: #D2D2D2. Windows color (decimal): -598724 or 3988982. OLE color: 3988982.

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

Color convert

RGB24622160-
CMYK00.100.760.04
HSL51.94º91.18%60%-
HSV(B)51.94º75.61%96.47%-
XYZ64.6871.6314.69-
YUV210.1243.28153.59-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.68%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 60 (23.83% from 255) = 11.39%
R=46.68%
G=41.94%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462216000.100.760.0451.9491.1860
HexF6DD3C0A4C4345b3c
Octal3663357401211446413374
Binary11110110110111011111000101010011001001101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DD3C; }

 p { color: rgb(246,221,60); }

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

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

 a { background-color: rgb(246,221,60); }

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

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

 span { border-color: rgb(246,221,60); }

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