#FEDD3F

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

Shades of Gorse #FEDD3F

Tints of Gorse #FEDD3F

Color information

#FEDD3F (or 0xFEDD3F) is unknown color: approx Gorse. HEX triplet: FE, DD and 3F. RGB value is (254,221,63). Sum of RGB (Red+Green+Blue) = 254+221+63=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD3F is #0122C0. Grayscale: #D5D5D5. Windows color (decimal): -74433 or 4185598. OLE color: 4185598.

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

Color convert

RGB25422163-
CMYK00.130.750.00
HSL49.63º98.96%62.16%-
HSV(B)49.63º75.2%99.61%-
XYZ67.6373.1415.26-
YUV212.8643.43157.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 63 (25% from 255) = 11.71%
R=47.21%
G=41.08%
B=11.71%

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
Decimal2542216300.130.750.0049.6398.9662.16
HexFEDD3F0D4B032633e
Octal3763357701511306214376
Binary111111101101110111111101101100101101100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD3F; }

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

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

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

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

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

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

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

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