Html Css Color HEX #FDE200 Golden Yellow

📋 copy color: '#FDE200'

red 253 ◦ green 226 ◦ blue 0

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

Shades of Golden Yellow #FDE200

Tints of Golden Yellow #FDE200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.82%
G = 47.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDE200 (or 0xFDE200) is known color: Golden Yellow. HEX triplet: FD, E2 and 00. RGB value is (253,226,0). Sum of RGB (Red+Green+Blue) = 253+226+0=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE200 is #021DFF. Grayscale: #D1D1D1. Windows color (decimal): -138752 or 58109. OLE color: 58109.

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

Color convert

RGB 253 226 0 -
CMYK 0 0.11 1 0.01
HSL 53.6º 1% 0.5% -
HSV(B) 53.6º 1% 0.99% -
XYZ 67.7 75.28 10.96 -
YUV 208.31 10.45 159.88 -
System Red Green Blue C M Y K H S L
Decimal 253 226 0 0 0.11 1 0.01 53.6 1 0.5
Hex FD E2 0 0 B 64 1 36 64 32
Octal 375 342 0 0 13 144 1 66 144 62
Binary 11111101 11100010 0 0 1011 1100100 1 110110 1100100 110010

Color Harmonies of #FDE200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE200

Black with #FDE200

Text Example


Text Example

White with #FDE200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE200; }

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

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

background-color css

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

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

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

border-color css

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

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

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