Html Css Color HEX #FDE528 Gorse

📋 copy color: '#FDE528'

red 253 ◦ green 229 ◦ blue 40

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

Shades of Gorse #FDE528

Tints of Gorse #FDE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.66%

R = 48.47%
G = 43.87%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDE528 (or 0xFDE528) is known color: Gorse. HEX triplet: FD, E5 and 28. RGB value is (253,229,40). Sum of RGB (Red+Green+Blue) = 253+229+40=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 40 (16.02% from 255 or 7.66% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE528 is #021AD7. Grayscale: #D7D7D7. Windows color (decimal): -137944 or 2680317. OLE color: 2680317.

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

Color convert

RGB 253 229 40 -
CMYK 0 0.09 0.84 0.01
HSL 53.24º 0.98% 0.57% -
HSV(B) 53.24º 0.84% 0.99% -
XYZ 68.91 77.07 13.25 -
YUV 214.63 29.45 155.37 -
System Red Green Blue C M Y K H S L
Decimal 253 229 40 0 0.09 0.84 0.01 53.24 0.98 0.57
Hex FD E5 28 0 9 54 1 35 62 39
Octal 375 345 50 0 11 124 1 65 142 71
Binary 11111101 11100101 101000 0 1001 1010100 1 110101 1100010 111001

Color Harmonies of #FDE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE528

Black with #FDE528

Text Example


Text Example

White with #FDE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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