#F5EA31

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

Shades of Gorse #F5EA31

Tints of Gorse #F5EA31

Color information

#F5EA31 (or 0xF5EA31) is unknown color: approx Gorse. HEX triplet: F5, EA and 31. RGB value is (245,234,49). Sum of RGB (Red+Green+Blue) = 245+234+49=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EA31 is #0A15CE. Grayscale: #D8D8D8. Windows color (decimal): -660943 or 3271413. OLE color: 3271413.

HSL color Cylindrical-coordinate representation of color #F5EA31: hue angle of 56.63º 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 #F5EA31 is Cyan = 0, Magento = 0.04, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB24523449-
CMYK00.040.80.04
HSL56.63º90.74%57.65%-
HSV(B)56.63º80%96.08%-
XYZ67.6378.4814.49-
YUV216.233.64148.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.40%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 49 (19.53% from 255) = 9.28%
R=46.40%
G=44.32%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452344900.040.80.0456.6390.7457.65
HexF5EA3104504395b3a
Octal365352610412047113372
Binary1111010111101010110001010010100001001110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA31; }

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

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

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

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

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

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

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

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