#F5ED31

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

Shades of Gorse #F5ED31

Tints of Gorse #F5ED31

Color information

#F5ED31 (or 0xF5ED31) is unknown color: approx Gorse. HEX triplet: F5, ED and 31. RGB value is (245,237,49). Sum of RGB (Red+Green+Blue) = 245+237+49=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5ED31 is #0A12CE. Grayscale: #DADADA. Windows color (decimal): -660175 or 3272181. OLE color: 3272181.

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

Color convert

RGB24523749-
CMYK00.030.80.04
HSL57.55º90.74%57.65%-
HSV(B)57.55º80%96.08%-
XYZ68.4980.214.78-
YUV217.9632.65147.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 49 (19.53% from 255) = 9.23%
R=46.14%
G=44.63%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452374900.030.80.0457.5590.7457.65
HexF5ED31035043a5b3a
Octal365355610312047213372
Binary111101011110110111000101110100001001110101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED31; }

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

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

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

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

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

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

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

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