#F5ED34

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

Shades of Gorse #F5ED34

Tints of Gorse #F5ED34

Color information

#F5ED34 (or 0xF5ED34) is unknown color: approx Gorse. HEX triplet: F5, ED and 34. RGB value is (245,237,52). Sum of RGB (Red+Green+Blue) = 245+237+52=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 52 (20.70% from 255 or 9.74% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED34 is #0A12CB. Grayscale: #DBDBDB. Windows color (decimal): -660172 or 3468789. OLE color: 3468789.

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

Color convert

RGB24523752-
CMYK00.030.790.04
HSL57.51º90.61%58.24%-
HSV(B)57.51º78.78%96.08%-
XYZ68.5680.2315.12-
YUV218.334.15147.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.88%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 52 (20.70% from 255) = 9.74%
R=45.88%
G=44.38%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452375200.030.790.0457.5190.6158.24
HexF5ED34034F43a5b3a
Octal365355640311747213372
Binary111101011110110111010001110011111001110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED34; }

 p { color: rgb(245,237,52); }

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

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

 a { background-color: rgb(245,237,52); }

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

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

 span { border-color: rgb(245,237,52); }

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