#FEF62F

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

Shades of Gorse #FEF62F

Tints of Gorse #FEF62F

Color information

#FEF62F (or 0xFEF62F) is unknown color: approx Gorse. HEX triplet: FE, F6 and 2F. RGB value is (254,246,47). Sum of RGB (Red+Green+Blue) = 254+246+47=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF62F is #0109D0. Grayscale: #E2E2E2. Windows color (decimal): -68049 or 3143422. OLE color: 3143422.

HSL color Cylindrical-coordinate representation of color #FEF62F: hue angle of 57.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEF62F is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB25424647-
CMYK00.030.810.00
HSL57.68º99.04%59.02%-
HSV(B)57.68º81.5%99.61%-
XYZ74.3487.1915.6-
YUV225.7127.15148.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 47 (18.75% from 255) = 8.59%
R=46.44%
G=44.97%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542464700.030.810.0057.6899.0459.02
HexFEF62F035103a633b
Octal376366570312107214373
Binary1111111011110110101111011101000101110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF62F; }

 p { color: rgb(254,246,47); }

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

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

 a { background-color: rgb(254,246,47); }

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

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

 span { border-color: rgb(254,246,47); }

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