#F5F930

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

Shades of Gorse #F5F930

Tints of Gorse #F5F930

Color information

#F5F930 (or 0xF5F930) is unknown color: approx Gorse. HEX triplet: F5, F9 and 30. RGB value is (245,249,48). Sum of RGB (Red+Green+Blue) = 245+249+48=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 48 (19.14% from 255 or 8.86% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F930 is #0A06CF. Grayscale: #E1E1E1. Windows color (decimal): -657104 or 3209717. OLE color: 3209717.

HSL color Cylindrical-coordinate representation of color #F5F930: hue angle of 61.19º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5F930 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB24524948-
CMYK0.0200.810.02
HSL61.19º94.37%58.24%-
HSV(B)61.19º80.72%97.65%-
XYZ72.0787.3815.86-
YUV224.8928.17142.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 48 (19.14% from 255) = 8.86%
R=45.20%
G=45.94%
B=8.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249480.0200.810.0261.1994.3758.24
HexF5F930205123d5e3a
Octal365371602012127513672
Binary11110101111110011100001001010001101111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F930; }

 p { color: rgb(245,249,48); }

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

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

 a { background-color: rgb(245,249,48); }

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

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

 span { border-color: rgb(245,249,48); }

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