Html Css Color HEX #FDE52A Gorse

📋 copy color: '#FDE52A'

red 253 ◦ green 229 ◦ blue 42

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

Shades of Gorse #FDE52A

Tints of Gorse #FDE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.02%

R = 48.28%
G = 43.7%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDE52A (or 0xFDE52A) is known color: Gorse. HEX triplet: FD, E5 and 2A. RGB value is (253,229,42). Sum of RGB (Red+Green+Blue) = 253+229+42=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE52A is #021AD5. Grayscale: #D7D7D7. Windows color (decimal): -137942 or 2811389. OLE color: 2811389.

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

Color convert

RGB 253 229 42 -
CMYK 0 0.09 0.83 0.01
HSL 53.18º 0.98% 0.58% -
HSV(B) 53.18º 0.83% 0.99% -
XYZ 68.95 77.09 13.44 -
YUV 214.86 30.45 155.21 -
System Red Green Blue C M Y K H S L
Decimal 253 229 42 0 0.09 0.83 0.01 53.18 0.98 0.58
Hex FD E5 2A 0 9 53 1 35 62 3A
Octal 375 345 52 0 11 123 1 65 142 72
Binary 11111101 11100101 101010 0 1001 1010011 1 110101 1100010 111010

Color Harmonies of #FDE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE52A

Black with #FDE52A

Text Example


Text Example

White with #FDE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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