#F5E343

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

Shades of Gorse #F5E343

Tints of Gorse #F5E343

Color information

#F5E343 (or 0xF5E343) is unknown color: approx Gorse. HEX triplet: F5, E3 and 43. RGB value is (245,227,67). Sum of RGB (Red+Green+Blue) = 245+227+67=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 227 (89.06% from 255 or 42.12% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E343 is #0A1CBC. Grayscale: #D6D6D6. Windows color (decimal): -662717 or 4449269. OLE color: 4449269.

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

Color convert

RGB24522767-
CMYK00.070.730.04
HSL53.93º89.9%61.18%-
HSV(B)53.93º72.65%96.08%-
XYZ66.1474.7616.25-
YUV214.1444.96150.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 227 (89.06% from 255) = 42.12%
BLUE value IS 67 (26.56% from 255) = 12.43%
R=45.45%
G=42.12%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452276700.070.730.0453.9389.961.18
HexF5E34307494365a3d
Octal3653431030711146613275
Binary11110101111000111000011011110010011001101101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E343; }

 p { color: rgb(245,227,67); }

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

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

 a { background-color: rgb(245,227,67); }

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

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

 span { border-color: rgb(245,227,67); }

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