Html Css Color HEX #FDE100 Golden Yellow

📋 copy color: '#FDE100'

red 253 ◦ green 225 ◦ blue 0

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

Shades of Golden Yellow #FDE100

Tints of Golden Yellow #FDE100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.07%

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

R = 52.93%
G = 47.07%
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

#FDE100 (or 0xFDE100) is known color: Golden Yellow. HEX triplet: FD, E1 and 00. RGB value is (253,225,0). Sum of RGB (Red+Green+Blue) = 253+225+0=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE100 is #021EFF. Grayscale: #D0D0D0. Windows color (decimal): -139008 or 57853. OLE color: 57853.

HSL color Cylindrical-coordinate representation of color #FDE100: hue angle of 53.36º 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 #FDE100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 225 0 -
CMYK 0 0.11 1 0.01
HSL 53.36º 1% 0.5% -
HSV(B) 53.36º 1% 0.99% -
XYZ 67.43 74.73 10.87 -
YUV 207.72 10.78 160.3 -
System Red Green Blue C M Y K H S L
Decimal 253 225 0 0 0.11 1 0.01 53.36 1 0.5
Hex FD E1 0 0 B 64 1 35 64 32
Octal 375 341 0 0 13 144 1 65 144 62
Binary 11111101 11100001 0 0 1011 1100100 1 110101 1100100 110010

Color Harmonies of #FDE100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE100

Black with #FDE100

Text Example


Text Example

White with #FDE100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE100; }

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

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

background-color css

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

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

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

border-color css

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

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

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