Html Css Color HEX #FDE424 Gorse

📋 copy color: '#FDE424'

red 253 ◦ green 228 ◦ blue 36

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

Shades of Gorse #FDE424

Tints of Gorse #FDE424

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

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

R = 48.94%
G = 44.1%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDE424 (or 0xFDE424) is known color: Gorse. HEX triplet: FD, E4 and 24. RGB value is (253,228,36). Sum of RGB (Red+Green+Blue) = 253+228+36=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 36 (14.45% from 255 or 6.96% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE424 is #021BDB. Grayscale: #D6D6D6. Windows color (decimal): -138204 or 2417917. OLE color: 2417917.

HSL color Cylindrical-coordinate representation of color #FDE424: hue angle of 53.09º 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 #FDE424 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 36 -
CMYK 0 0.10 0.86 0.01
HSL 53.09º 0.98% 0.57% -
HSV(B) 53.09º 0.86% 0.99% -
XYZ 68.57 76.5 12.82 -
YUV 213.59 27.78 156.11 -
System Red Green Blue C M Y K H S L
Decimal 253 228 36 0 0.10 0.86 0.01 53.09 0.98 0.57
Hex FD E4 24 0 A 56 1 35 62 39
Octal 375 344 44 0 12 126 1 65 142 71
Binary 11111101 11100100 100100 0 1010 1010110 1 110101 1100010 111001

Color Harmonies of #FDE424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE424

Black with #FDE424

Text Example


Text Example

White with #FDE424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE424; }

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

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

background-color css

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

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

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

border-color css

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

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

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