#F5E73E

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

Shades of Gorse #F5E73E

Tints of Gorse #F5E73E

Color information

#F5E73E (or 0xF5E73E) is unknown color: approx Gorse. HEX triplet: F5, E7 and 3E. RGB value is (245,231,62). Sum of RGB (Red+Green+Blue) = 245+231+62=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E73E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E73E is #0A18C1. Grayscale: #D8D8D8. Windows color (decimal): -661698 or 4122613. OLE color: 4122613.

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

Color convert

RGB24523162-
CMYK00.060.750.04
HSL55.41º90.15%60.2%-
HSV(B)55.41º74.69%96.08%-
XYZ67.176.9115.87-
YUV215.9241.14148.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 62 (24.61% from 255) = 11.52%
R=45.54%
G=42.94%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452316200.060.750.0455.4190.1560.2
HexF5E73E064B4375a3c
Octal365347760611346713274
Binary1111010111100111111110011010010111001101111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E73E; }

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

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

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

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

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

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

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

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