#F5E742

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

Shades of Gorse #F5E742

Tints of Gorse #F5E742

Color information

#F5E742 (or 0xF5E742) is unknown color: approx Gorse. HEX triplet: F5, E7 and 42. RGB value is (245,231,66). Sum of RGB (Red+Green+Blue) = 245+231+66=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E742 is #0A18BD. Grayscale: #D9D9D9. Windows color (decimal): -661694 or 4384757. OLE color: 4384757.

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

Color convert

RGB24523166-
CMYK00.060.730.04
HSL55.31º89.95%60.98%-
HSV(B)55.31º73.06%96.08%-
XYZ67.2276.9616.47-
YUV216.3843.14148.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 231 (90.62% from 255) = 42.62%
BLUE value IS 66 (26.17% from 255) = 12.18%
R=45.20%
G=42.62%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452316600.060.730.0455.3189.9560.98
HexF5E74206494375a3d
Octal3653471020611146713275
Binary11110101111001111000010011010010011001101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E742; }

 p { color: rgb(245,231,66); }

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

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

 a { background-color: rgb(245,231,66); }

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

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

 span { border-color: rgb(245,231,66); }

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