Html Css Color HEX #FDE531 Gorse

📋 copy color: '#FDE531'

red 253 ◦ green 229 ◦ blue 49

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

Shades of Gorse #FDE531

Tints of Gorse #FDE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.23%

R = 47.65%
G = 43.13%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDE531 (or 0xFDE531) is known color: Gorse. HEX triplet: FD, E5 and 31. RGB value is (253,229,49). Sum of RGB (Red+Green+Blue) = 253+229+49=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 49 (19.53% from 255 or 9.23% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE531 is #021ACE. Grayscale: #D8D8D8. Windows color (decimal): -137935 or 3270141. OLE color: 3270141.

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

Color convert

RGB 253 229 49 -
CMYK 0 0.09 0.81 0.01
HSL 52.94º 0.98% 0.59% -
HSV(B) 52.94º 0.81% 0.99% -
XYZ 69.08 77.14 14.15 -
YUV 215.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 253 229 49 0 0.09 0.81 0.01 52.94 0.98 0.59
Hex FD E5 31 0 9 51 1 35 62 3B
Octal 375 345 61 0 11 121 1 65 142 73
Binary 11111101 11100101 110001 0 1001 1010001 1 110101 1100010 111011

Color Harmonies of #FDE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE531

Black with #FDE531

Text Example


Text Example

White with #FDE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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