#F9EA2E

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

Shades of Gorse #F9EA2E

Tints of Gorse #F9EA2E

Color information

#F9EA2E (or 0xF9EA2E) is unknown color: approx Gorse. HEX triplet: F9, EA and 2E. RGB value is (249,234,46). Sum of RGB (Red+Green+Blue) = 249+234+46=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 46 (18.36% from 255 or 8.70% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EA2E is #0615D1. Grayscale: #D9D9D9. Windows color (decimal): -398802 or 3074809. OLE color: 3074809.

HSL color Cylindrical-coordinate representation of color #F9EA2E: hue angle of 55.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9EA2E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24923446-
CMYK00.060.820.02
HSL55.57º94.42%57.84%-
HSV(B)55.57º81.53%97.65%-
XYZ68.9879.1814.23-
YUV217.0531.47150.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 46 (18.36% from 255) = 8.70%
R=47.07%
G=44.23%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492344600.060.820.0255.5794.4257.84
HexF9EA2E06522385e3a
Octal371352560612227013672
Binary111110011110101010111001101010010101110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EA2E; }

 p { color: rgb(249,234,46); }

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

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

 a { background-color: rgb(249,234,46); }

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

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

 span { border-color: rgb(249,234,46); }

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