#F9EB2E

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

Shades of Gorse #F9EB2E

Tints of Gorse #F9EB2E

Color information

#F9EB2E (or 0xF9EB2E) is unknown color: approx Gorse. HEX triplet: F9, EB and 2E. RGB value is (249,235,46). Sum of RGB (Red+Green+Blue) = 249+235+46=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 46 (18.36% from 255 or 8.68% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EB2E is #0614D1. Grayscale: #DADADA. Windows color (decimal): -398546 or 3075065. OLE color: 3075065.

HSL color Cylindrical-coordinate representation of color #F9EB2E: hue angle of 55.86º 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 #F9EB2E is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB24923546-
CMYK00.060.820.02
HSL55.86º94.42%57.84%-
HSV(B)55.86º81.53%97.65%-
XYZ69.2779.7514.33-
YUV217.6431.14150.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 46 (18.36% from 255) = 8.68%
R=46.98%
G=44.34%
B=8.68%

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
Decimal2492354600.060.820.0255.8694.4257.84
HexF9EB2E06522385e3a
Octal371353560612227013672
Binary111110011110101110111001101010010101110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EB2E; }

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

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

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

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

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

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

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

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