#F1E53D

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

Shades of Gorse #F1E53D

Tints of Gorse #F1E53D

Color information

#F1E53D (or 0xF1E53D) is unknown color: approx Gorse. HEX triplet: F1, E5 and 3D. RGB value is (241,229,61). Sum of RGB (Red+Green+Blue) = 241+229+61=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E53D is #0E1AC2. Grayscale: #D6D6D6. Windows color (decimal): -924355 or 4056561. OLE color: 4056561.

HSL color Cylindrical-coordinate representation of color #F1E53D: hue angle of 56º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1E53D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24122961-
CMYK00.050.750.05
HSL56º86.54%59.22%-
HSV(B)56º74.69%94.51%-
XYZ65.1475.0815.47-
YUV213.4441.98147.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 61 (24.22% from 255) = 11.49%
R=45.39%
G=43.13%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412296100.050.750.055686.5459.22
HexF1E53D054B538573b
Octal361345750511357012773
Binary1111000111100101111101010110010111011110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E53D; }

 p { color: rgb(241,229,61); }

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

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

 a { background-color: rgb(241,229,61); }

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

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

 span { border-color: rgb(241,229,61); }

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