#FEE93F

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

Shades of Gorse #FEE93F

Tints of Gorse #FEE93F

Color information

#FEE93F (or 0xFEE93F) is unknown color: approx Gorse. HEX triplet: FE, E9 and 3F. RGB value is (254,233,63). Sum of RGB (Red+Green+Blue) = 254+233+63=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 63 (25% from 255 or 11.45% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE93F is #0116C0. Grayscale: #DCDCDC. Windows color (decimal): -71361 or 4188670. OLE color: 4188670.

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

Color convert

RGB25423363-
CMYK00.080.750.00
HSL53.4º98.96%62.16%-
HSV(B)53.4º75.2%99.61%-
XYZ70.9179.7116.35-
YUV219.939.46152.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.18%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 63 (25% from 255) = 11.45%
R=46.18%
G=42.36%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542336300.080.750.0053.498.9662.16
HexFEE93F084B035633e
Octal3763517701011306514376
Binary111111101110100111111101000100101101101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE93F; }

 p { color: rgb(254,233,63); }

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

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

 a { background-color: rgb(254,233,63); }

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

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

 span { border-color: rgb(254,233,63); }

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