#F5F03D

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

Shades of Gorse #F5F03D

Tints of Gorse #F5F03D

Color information

#F5F03D (or 0xF5F03D) is unknown color: approx Gorse. HEX triplet: F5, F0 and 3D. RGB value is (245,240,61). Sum of RGB (Red+Green+Blue) = 245+240+61=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 61 (24.22% from 255 or 11.17% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F03D is #0A0FC2. Grayscale: #DDDDDD. Windows color (decimal): -659395 or 4059381. OLE color: 4059381.

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

Color convert

RGB24524061-
CMYK00.020.750.04
HSL58.37º90.2%60%-
HSV(B)58.37º75.1%96.08%-
XYZ69.6682.0716.58-
YUV221.0937.66145.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 240 (94.14% from 255) = 43.96%
BLUE value IS 61 (24.22% from 255) = 11.17%
R=44.87%
G=43.96%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452406100.020.750.0458.3790.260
HexF5F03D024B43a5a3c
Octal365360750211347213274
Binary111101011111000011110101010010111001110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F03D; }

 p { color: rgb(245,240,61); }

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

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

 a { background-color: rgb(245,240,61); }

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

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

 span { border-color: rgb(245,240,61); }

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