#FDE53D

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

Shades of Gorse #FDE53D

Tints of Gorse #FDE53D

Color information

#FDE53D (or 0xFDE53D) is unknown color: approx Gorse. HEX triplet: FD, E5 and 3D. RGB value is (253,229,61). Sum of RGB (Red+Green+Blue) = 253+229+61=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 61 (24.22% from 255 or 11.23% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE53D is #021AC2. Grayscale: #D9D9D9. Windows color (decimal): -137923 or 4056573. OLE color: 4056573.

HSL color Cylindrical-coordinate representation of color #FDE53D: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDE53D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB25322961-
CMYK00.090.760.01
HSL52.5º97.96%61.57%-
HSV(B)52.5º75.89%99.22%-
XYZ69.3777.2615.67-
YUV217.0239.95153.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.59%
GREEN value IS 229 (89.84% from 255) = 42.17%
BLUE value IS 61 (24.22% from 255) = 11.23%
R=46.59%
G=42.17%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532296100.090.760.0152.597.9661.57
HexFDE53D094C134623e
Octal3753457501111416414276
Binary111111011110010111110101001100110011101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE53D; }

 p { color: rgb(253,229,61); }

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

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

 a { background-color: rgb(253,229,61); }

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

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

 span { border-color: rgb(253,229,61); }

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