#F2E841

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

Shades of Gorse #F2E841

Tints of Gorse #F2E841

Color information

#F2E841 (or 0xF2E841) is unknown color: approx Gorse. HEX triplet: F2, E8 and 41. RGB value is (242,232,65). Sum of RGB (Red+Green+Blue) = 242+232+65=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 65 (25.78% from 255 or 12.06% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E841 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E841 is #0D17BE. Grayscale: #D8D8D8. Windows color (decimal): -858047 or 4319474. OLE color: 4319474.

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

Color convert

RGB24223265-
CMYK00.040.730.05
HSL56.61º87.19%60.2%-
HSV(B)56.61º73.14%94.9%-
XYZ66.4376.9716.36-
YUV215.9542.81146.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 232 (91.02% from 255) = 43.04%
BLUE value IS 65 (25.78% from 255) = 12.06%
R=44.90%
G=43.04%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422326500.040.730.0556.6187.1960.2
HexF2E8410449539573c
Octal3623501010411157112774
Binary11110010111010001000001010010010011011110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E841; }

 p { color: rgb(242,232,65); }

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

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

 a { background-color: rgb(242,232,65); }

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

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

 span { border-color: rgb(242,232,65); }

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