#f5ef2e

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

Shades of Gorse #F5EF2E

Tints of Gorse #F5EF2E

Color information

#F5EF2E (or 0xF5EF2E) is unknown color: approx Gorse. HEX triplet: F5, EF and 2E. RGB value is (245,239,46). Sum of RGB (Red+Green+Blue) = 245+239+46=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 46 (18.36% from 255 or 8.68% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF2E is #0A10D1. Grayscale: #DBDBDB. Windows color (decimal): -659666 or 3076085. OLE color: 3076085.

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

Color convert

RGB24523946-
CMYK00.020.810.04
HSL58.19º90.87%57.06%-
HSV(B)58.19º81.22%96.08%-
XYZ69.0281.3414.65-
YUV218.7930.49146.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.23%
GREEN value IS 239 (93.75% from 255) = 45.09%
BLUE value IS 46 (18.36% from 255) = 8.68%
R=46.23%
G=45.09%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452394600.020.810.0458.1990.8757.06
HexF5EF2E025143a5b39
Octal365357560212147213371
Binary111101011110111110111001010100011001110101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5ef2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5ef2e; }

 p { color: rgb(245,239,46); }

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

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

 a { background-color: rgb(245,239,46); }

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

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

 span { border-color: rgb(245,239,46); }

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