#F5FB35

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

Shades of Gorse #F5FB35

Tints of Gorse #F5FB35

Color information

#F5FB35 (or 0xF5FB35) is unknown color: approx Gorse. HEX triplet: F5, FB and 35. RGB value is (245,251,53). Sum of RGB (Red+Green+Blue) = 245+251+53=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 53 (21.09% from 255 or 9.65% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FB35 is #0A04CA. Grayscale: #E3E3E3. Windows color (decimal): -656587 or 3537909. OLE color: 3537909.

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

Color convert

RGB24525153-
CMYK0.0200.790.02
HSL61.82º96.12%59.61%-
HSV(B)61.82º78.88%98.43%-
XYZ72.888.6616.65-
YUV226.6330.01141.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 251 (98.44% from 255) = 45.72%
BLUE value IS 53 (21.09% from 255) = 9.65%
R=44.63%
G=45.72%
B=9.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245251530.0200.790.0261.8296.1259.61
HexF5FB35204F23e603c
Octal365373652011727614074
Binary11110101111110111101011001001111101111101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FB35; }

 p { color: rgb(245,251,53); }

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

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

 a { background-color: rgb(245,251,53); }

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

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

 span { border-color: rgb(245,251,53); }

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