Html Css Color HEX #FDE52D Gorse

📋 copy color: '#FDE52D'

red 253 ◦ green 229 ◦ blue 45

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

Shades of Gorse #FDE52D

Tints of Gorse #FDE52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.54%

R = 48.01%
G = 43.45%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDE52D (or 0xFDE52D) is known color: Gorse. HEX triplet: FD, E5 and 2D. RGB value is (253,229,45). Sum of RGB (Red+Green+Blue) = 253+229+45=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE52D is #021AD2. Grayscale: #D7D7D7. Windows color (decimal): -137939 or 3007997. OLE color: 3007997.

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

Color convert

RGB 253 229 45 -
CMYK 0 0.09 0.82 0.01
HSL 53.08º 0.98% 0.58% -
HSV(B) 53.08º 0.82% 0.99% -
XYZ 69 77.11 13.73 -
YUV 215.2 31.95 154.96 -
System Red Green Blue C M Y K H S L
Decimal 253 229 45 0 0.09 0.82 0.01 53.08 0.98 0.58
Hex FD E5 2D 0 9 52 1 35 62 3A
Octal 375 345 55 0 11 122 1 65 142 72
Binary 11111101 11100101 101101 0 1001 1010010 1 110101 1100010 111010

Color Harmonies of #FDE52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE52D

Black with #FDE52D

Text Example


Text Example

White with #FDE52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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