#F2EA3F

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

Shades of Gorse #F2EA3F

Tints of Gorse #F2EA3F

Color information

#F2EA3F (or 0xF2EA3F) is unknown color: approx Gorse. HEX triplet: F2, EA and 3F. RGB value is (242,234,63). Sum of RGB (Red+Green+Blue) = 242+234+63=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA3F is #0D15C0. Grayscale: #D9D9D9. Windows color (decimal): -857537 or 4188914. OLE color: 4188914.

HSL color Cylindrical-coordinate representation of color #F2EA3F: hue angle of 57.32º 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 #F2EA3F is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24223463-
CMYK00.030.740.05
HSL57.32º87.32%59.8%-
HSV(B)57.32º73.97%94.9%-
XYZ66.9478.0816.25-
YUV216.941.15145.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 63 (25% from 255) = 11.69%
R=44.90%
G=43.41%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422346300.030.740.0557.3287.3259.8
HexF2EA3F034A539573c
Octal362352770311257112774
Binary111100101110101011111101110010101011110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA3F; }

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

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

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

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

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

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

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

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