Html Css Color HEX #FDE101 Golden Yellow

📋 copy color: '#FDE101'

red 253 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #FDE101

Tints of Golden Yellow #FDE101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 52.82%
G = 46.97%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDE101 (or 0xFDE101) is known color: Golden Yellow. HEX triplet: FD, E1 and 01. RGB value is (253,225,1). Sum of RGB (Red+Green+Blue) = 253+225+1=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE101 is #021EFE. Grayscale: #D0D0D0. Windows color (decimal): -139007 or 123389. OLE color: 123389.

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

Color convert

RGB 253 225 1 -
CMYK 0 0.11 1.00 0.01
HSL 53.33º 0.99% 0.5% -
HSV(B) 53.33º 1% 0.99% -
XYZ 67.44 74.74 10.9 -
YUV 207.84 11.28 160.21 -
System Red Green Blue C M Y K H S L
Decimal 253 225 1 0 0.11 1.00 0.01 53.33 0.99 0.5
Hex FD E1 1 0 B 64 1 35 63 32
Octal 375 341 1 0 13 144 1 65 143 62
Binary 11111101 11100001 1 0 1011 1100100 1 110101 1100011 110010

Color Harmonies of #FDE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE101

Black with #FDE101

Text Example


Text Example

White with #FDE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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