Html Css Color HEX #FDE53D Gorse

📋 copy color: '#FDE53D'

red 253 ◦ green 229 ◦ blue 61

#FDE53D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FDE53D

Tints of Gorse #FDE53D

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 value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDE53D (or 0xFDE53D) is known color: 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

RGB 253 229 61 -
CMYK 0 0.09 0.76 0.01
HSL 52.5º 0.98% 0.62% -
HSV(B) 52.5º 0.76% 0.99% -
XYZ 69.37 77.26 15.67 -
YUV 217.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 253 229 61 0 0.09 0.76 0.01 52.5 0.98 0.62
Hex FD E5 3D 0 9 4C 1 34 62 3E
Octal 375 345 75 0 11 114 1 64 142 76
Binary 11111101 11100101 111101 0 1001 1001100 1 110100 1100010 111110

Color Harmonies of #FDE53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE53D

Black with #FDE53D

Text Example


Text Example

White with #FDE53D

Text Example


Text Example

HTML Codes & Css Web 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>