Html Css Color HEX #FDE524 Gorse

📋 copy color: '#FDE524'

red 253 ◦ green 229 ◦ blue 36

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

Shades of Gorse #FDE524

Tints of Gorse #FDE524

RGB

 RED value IS 253 (99.22% from 255) = 48.84%

 GREEN value IS 229 (89.84% from 255) = 44.21%

 BLUE value IS 36 (14.45% from 255) = 6.95%

R = 48.84%
G = 44.21%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDE524 (or 0xFDE524) is known color: Gorse. HEX triplet: FD, E5 and 24. RGB value is (253,229,36). Sum of RGB (Red+Green+Blue) = 253+229+36=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 36 (14.45% from 255 or 6.95% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE524 is #021ADB. Grayscale: #D6D6D6. Windows color (decimal): -137948 or 2418173. OLE color: 2418173.

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

Color convert

RGB 253 229 36 -
CMYK 0 0.09 0.86 0.01
HSL 53.36º 0.98% 0.57% -
HSV(B) 53.36º 0.86% 0.99% -
XYZ 68.85 77.05 12.91 -
YUV 214.17 27.45 155.69 -
System Red Green Blue C M Y K H S L
Decimal 253 229 36 0 0.09 0.86 0.01 53.36 0.98 0.57
Hex FD E5 24 0 9 56 1 35 62 39
Octal 375 345 44 0 11 126 1 65 142 71
Binary 11111101 11100101 100100 0 1001 1010110 1 110101 1100010 111001

Color Harmonies of #FDE524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE524

Black with #FDE524

Text Example


Text Example

White with #FDE524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE524; }

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

 H1.HeaderClassName
 {
   color: #FDE524;
 }
 .AnyTagClassName
 {
   color: #FDE524;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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