#FEDC3F

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

Shades of Gorse #FEDC3F

Tints of Gorse #FEDC3F

Color information

#FEDC3F (or 0xFEDC3F) is unknown color: approx Gorse. HEX triplet: FE, DC and 3F. RGB value is (254,220,63). Sum of RGB (Red+Green+Blue) = 254+220+63=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 63 (25% from 255 or 11.73% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC3F is #0123C0. Grayscale: #D4D4D4. Windows color (decimal): -74689 or 4185342. OLE color: 4185342.

HSL color Cylindrical-coordinate representation of color #FEDC3F: hue angle of 49.32º 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 #FEDC3F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB25422063-
CMYK00.130.750.00
HSL49.32º98.96%62.16%-
HSV(B)49.32º75.2%99.61%-
XYZ67.3672.6215.17-
YUV212.2743.76157.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.30%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 63 (25% from 255) = 11.73%
R=47.30%
G=40.97%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542206300.130.750.0049.3298.9662.16
HexFEDC3F0D4B031633e
Octal3763347701511306114376
Binary111111101101110011111101101100101101100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC3F; }

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

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

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

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

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

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

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

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