#F2EB3F

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

Shades of Gorse #F2EB3F

Tints of Gorse #F2EB3F

Color information

#F2EB3F (or 0xF2EB3F) is unknown color: approx Gorse. HEX triplet: F2, EB and 3F. RGB value is (242,235,63). Sum of RGB (Red+Green+Blue) = 242+235+63=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 63 (25% from 255 or 11.67% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB3F is #0D14C0. Grayscale: #DADADA. Windows color (decimal): -857281 or 4189170. OLE color: 4189170.

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

Color convert

RGB24223563-
CMYK00.030.740.05
HSL57.65º87.32%59.8%-
HSV(B)57.65º73.97%94.9%-
XYZ67.2278.6516.34-
YUV217.4840.82145.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.81%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 63 (25% from 255) = 11.67%
R=44.81%
G=43.52%
B=11.67%

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
Decimal2422356300.030.740.0557.6587.3259.8
HexF2EB3F034A53a573c
Octal362353770311257212774
Binary111100101110101111111101110010101011110101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB3F; }

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

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

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

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

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

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

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

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