Html Css Color HEX #FDE540 Gorse

📋 copy color: '#FDE540'

red 253 ◦ green 229 ◦ blue 64

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

Shades of Gorse #FDE540

Tints of Gorse #FDE540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.72%

R = 46.34%
G = 41.94%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDE540 (or 0xFDE540) is known color: Gorse. HEX triplet: FD, E5 and 40. RGB value is (253,229,64). Sum of RGB (Red+Green+Blue) = 253+229+64=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE540 is #021ABF. Grayscale: #DADADA. Windows color (decimal): -137920 or 4253181. OLE color: 4253181.

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

Color convert

RGB 253 229 64 -
CMYK 0 0.09 0.75 0.01
HSL 52.38º 0.98% 0.62% -
HSV(B) 52.38º 0.75% 0.99% -
XYZ 69.45 77.29 16.11 -
YUV 217.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 253 229 64 0 0.09 0.75 0.01 52.38 0.98 0.62
Hex FD E5 40 0 9 4B 1 34 62 3E
Octal 375 345 100 0 11 113 1 64 142 76
Binary 11111101 11100101 1000000 0 1001 1001011 1 110100 1100010 111110

Color Harmonies of #FDE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE540

Black with #FDE540

Text Example


Text Example

White with #FDE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE540; }

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

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

background-color css

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

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

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

border-color css

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

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

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