#F5E642

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

Shades of Gorse #F5E642

Tints of Gorse #F5E642

Color information

#F5E642 (or 0xF5E642) is unknown color: approx Gorse. HEX triplet: F5, E6 and 42. RGB value is (245,230,66). Sum of RGB (Red+Green+Blue) = 245+230+66=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E642 is #0A19BD. Grayscale: #D8D8D8. Windows color (decimal): -661950 or 4384501. OLE color: 4384501.

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

Color convert

RGB24523066-
CMYK00.060.730.04
HSL54.97º89.95%60.98%-
HSV(B)54.97º73.06%96.08%-
XYZ66.9476.416.37-
YUV215.7943.47148.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 66 (26.17% from 255) = 12.20%
R=45.29%
G=42.51%
B=12.20%

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
Decimal2452306600.060.730.0454.9789.9560.98
HexF5E64206494375a3d
Octal3653461020611146713275
Binary11110101111001101000010011010010011001101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E642; }

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

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

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

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

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

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

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

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