#FEEF2D

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

Shades of Gorse #FEEF2D

Tints of Gorse #FEEF2D

Color information

#FEEF2D (or 0xFEEF2D) is unknown color: approx Gorse. HEX triplet: FE, EF and 2D. RGB value is (254,239,45). Sum of RGB (Red+Green+Blue) = 254+239+45=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF2D is #0110D2. Grayscale: #DEDEDE. Windows color (decimal): -69843 or 3010558. OLE color: 3010558.

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

Color convert

RGB25423945-
CMYK00.060.820.00
HSL55.69º99.05%58.63%-
HSV(B)55.69º82.28%99.61%-
XYZ72.2182.9914.7-
YUV221.3728.47151.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 239 (93.75% from 255) = 44.42%
BLUE value IS 45 (17.97% from 255) = 8.36%
R=47.21%
G=44.42%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542394500.060.820.0055.6999.0558.63
HexFEEF2D0652038633b
Octal376357550612207014373
Binary11111110111011111011010110101001001110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEF2D; }

 p { color: rgb(254,239,45); }

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

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

 a { background-color: rgb(254,239,45); }

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

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

 span { border-color: rgb(254,239,45); }

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