#FEFC2B

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

Shades of Gorse #FEFC2B

Tints of Gorse #FEFC2B

Color information

#FEFC2B (or 0xFEFC2B) is unknown color: approx Gorse. HEX triplet: FE, FC and 2B. RGB value is (254,252,43). Sum of RGB (Red+Green+Blue) = 254+252+43=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 43 (17.19% from 255 or 7.83% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC2B is #0103D4. Grayscale: #E5E5E5. Windows color (decimal): -66517 or 2882814. OLE color: 2882814.

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

Color convert

RGB25425243-
CMYK00.010.830.00
HSL59.43º99.06%58.24%-
HSV(B)59.43º83.07%99.61%-
XYZ76.1290.8715.81-
YUV228.7723.16145.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 252 (98.83% from 255) = 45.90%
BLUE value IS 43 (17.19% from 255) = 7.83%
R=46.27%
G=45.90%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542524300.010.830.0059.4399.0658.24
HexFEFC2B015303b633a
Octal376374530112307314372
Binary111111101111110010101101101001101110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFC2B; }

 p { color: rgb(254,252,43); }

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

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

 a { background-color: rgb(254,252,43); }

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

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

 span { border-color: rgb(254,252,43); }

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