#F2EC3F

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

Shades of Gorse #F2EC3F

Tints of Gorse #F2EC3F

Color information

#F2EC3F (or 0xF2EC3F) is unknown color: approx Gorse. HEX triplet: F2, EC and 3F. RGB value is (242,236,63). Sum of RGB (Red+Green+Blue) = 242+236+63=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 63 (25% from 255 or 11.65% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC3F is #0D13C0. Grayscale: #DADADA. Windows color (decimal): -857025 or 4189426. OLE color: 4189426.

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

Color convert

RGB24223663-
CMYK00.020.740.05
HSL57.99º87.32%59.8%-
HSV(B)57.99º73.97%94.9%-
XYZ67.5179.2316.44-
YUV218.0740.49145.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 236 (92.58% from 255) = 43.62%
BLUE value IS 63 (25% from 255) = 11.65%
R=44.73%
G=43.62%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422366300.020.740.0557.9987.3259.8
HexF2EC3F024A53a573c
Octal362354770211257212774
Binary111100101110110011111101010010101011110101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EC3F; }

 p { color: rgb(242,236,63); }

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

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

 a { background-color: rgb(242,236,63); }

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

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

 span { border-color: rgb(242,236,63); }

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