#F6E144

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

Shades of Gorse #F6E144

Tints of Gorse #F6E144

Color information

#F6E144 (or 0xF6E144) is unknown color: approx Gorse. HEX triplet: F6, E1 and 44. RGB value is (246,225,68). Sum of RGB (Red+Green+Blue) = 246+225+68=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 68 (26.95% from 255 or 12.62% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6E144 is #091EBB. Grayscale: #D6D6D6. Windows color (decimal): -597692 or 4514294. OLE color: 4514294.

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

Color convert

RGB24622568-
CMYK00.090.720.04
HSL52.92º90.82%61.57%-
HSV(B)52.92º72.36%96.47%-
XYZ65.9773.8616.25-
YUV213.3845.96151.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.64%
GREEN value IS 225 (88.28% from 255) = 41.74%
BLUE value IS 68 (26.95% from 255) = 12.62%
R=45.64%
G=41.74%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462256800.090.720.0452.9290.8261.57
HexF6E14409484355b3e
Octal36634110401111046513376
Binary111101101110000110001000100110010001001101011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E144; }

 p { color: rgb(246,225,68); }

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

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

 a { background-color: rgb(246,225,68); }

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

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

 span { border-color: rgb(246,225,68); }

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