#FEDF45

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

Shades of Gorse #FEDF45

Tints of Gorse #FEDF45

Color information

#FEDF45 (or 0xFEDF45) is unknown color: approx Gorse. HEX triplet: FE, DF and 45. RGB value is (254,223,69). Sum of RGB (Red+Green+Blue) = 254+223+69=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF45 is #0120BA. Grayscale: #D7D7D7. Windows color (decimal): -73915 or 4579326. OLE color: 4579326.

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

Color convert

RGB25422369-
CMYK00.120.730.00
HSL49.95º98.93%63.33%-
HSV(B)49.95º72.83%99.61%-
XYZ68.3374.2816.37-
YUV214.7145.77156.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 69 (27.34% from 255) = 12.64%
R=46.52%
G=40.84%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542236900.120.730.0049.9598.9363.33
HexFEDF450C49032633f
Octal37633710501411106214377
Binary1111111011011111100010101100100100101100101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDF45; }

 p { color: rgb(254,223,69); }

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

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

 a { background-color: rgb(254,223,69); }

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

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

 span { border-color: rgb(254,223,69); }

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