Html Css Color HEX #FDE202 Golden Yellow

📋 copy color: '#FDE202'

red 253 ◦ green 226 ◦ blue 2

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

Shades of Golden Yellow #FDE202

Tints of Golden Yellow #FDE202

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.99%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 52.6%
G = 46.99%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FDE202 (or 0xFDE202) is known color: Golden Yellow. HEX triplet: FD, E2 and 02. RGB value is (253,226,2). Sum of RGB (Red+Green+Blue) = 253+226+2=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 2 (1.17% from 255 or 0.42% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE202 is #021DFD. Grayscale: #D1D1D1. Windows color (decimal): -138750 or 189181. OLE color: 189181.

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

Color convert

RGB 253 226 2 -
CMYK 0 0.11 0.99 0.01
HSL 53.55º 0.98% 0.5% -
HSV(B) 53.55º 0.99% 0.99% -
XYZ 67.72 75.28 11.02 -
YUV 208.54 11.45 159.71 -
System Red Green Blue C M Y K H S L
Decimal 253 226 2 0 0.11 0.99 0.01 53.55 0.98 0.5
Hex FD E2 2 0 B 63 1 36 62 32
Octal 375 342 2 0 13 143 1 66 142 62
Binary 11111101 11100010 10 0 1011 1100011 1 110110 1100010 110010

Color Harmonies of #FDE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE202

Black with #FDE202

Text Example


Text Example

White with #FDE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE202; }

 p { color: rgb(253,226,2); }

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

background-color css

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

 a { background-color: rgb(253,226,2); }

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

border-color css

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

 span { border-color: rgb(253,226,2); }

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