Html Css Color HEX #FDE301 Golden Yellow

📋 copy color: '#FDE301'

red 253 ◦ green 227 ◦ blue 1

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

Shades of Golden Yellow #FDE301

Tints of Golden Yellow #FDE301

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.19%

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

R = 52.6%
G = 47.19%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDE301 (or 0xFDE301) is known color: Golden Yellow. HEX triplet: FD, E3 and 01. RGB value is (253,227,1). Sum of RGB (Red+Green+Blue) = 253+227+1=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE301 is #021CFE. Grayscale: #D1D1D1. Windows color (decimal): -138495 or 123901. OLE color: 123901.

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

Color convert

RGB 253 227 1 -
CMYK 0 0.10 1.00 0.01
HSL 53.81º 0.99% 0.5% -
HSV(B) 53.81º 1% 0.99% -
XYZ 67.98 75.82 11.08 -
YUV 209.01 10.61 159.38 -
System Red Green Blue C M Y K H S L
Decimal 253 227 1 0 0.10 1.00 0.01 53.81 0.99 0.5
Hex FD E3 1 0 A 64 1 36 63 32
Octal 375 343 1 0 12 144 1 66 143 62
Binary 11111101 11100011 1 0 1010 1100100 1 110110 1100011 110010

Color Harmonies of #FDE301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE301

Black with #FDE301

Text Example


Text Example

White with #FDE301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE301; }

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

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

background-color css

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

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

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

border-color css

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

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

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