#F5EC3E

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

Shades of Gorse #F5EC3E

Tints of Gorse #F5EC3E

Color information

#F5EC3E (or 0xF5EC3E) is unknown color: approx Gorse. HEX triplet: F5, EC and 3E. RGB value is (245,236,62). Sum of RGB (Red+Green+Blue) = 245+236+62=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 62 (24.61% from 255 or 11.42% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EC3E is #0A13C1. Grayscale: #DBDBDB. Windows color (decimal): -660418 or 4123893. OLE color: 4123893.

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

Color convert

RGB24523662-
CMYK00.040.750.04
HSL57.05º90.15%60.2%-
HSV(B)57.05º74.69%96.08%-
XYZ68.5279.7516.34-
YUV218.8639.48146.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.12%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 62 (24.61% from 255) = 11.42%
R=45.12%
G=43.46%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452366200.040.750.0457.0590.1560.2
HexF5EC3E044B4395a3c
Octal365354760411347113274
Binary1111010111101100111110010010010111001110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EC3E; }

 p { color: rgb(245,236,62); }

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

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

 a { background-color: rgb(245,236,62); }

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

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

 span { border-color: rgb(245,236,62); }

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