Html Css Color HEX #FDE400 Golden Yellow

📋 copy color: '#FDE400'

red 253 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #FDE400

Tints of Golden Yellow #FDE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.4%

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

R = 52.6%
G = 47.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDE400 (or 0xFDE400) is known color: Golden Yellow. HEX triplet: FD, E4 and 00. RGB value is (253,228,0). Sum of RGB (Red+Green+Blue) = 253+228+0=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 0 (0.39% from 255 or 0% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE400 is #021BFF. Grayscale: #D2D2D2. Windows color (decimal): -138240 or 58621. OLE color: 58621.

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

Color convert

RGB 253 228 0 -
CMYK 0 0.10 1 0.01
HSL 54.07º 1% 0.5% -
HSV(B) 54.07º 1% 0.99% -
XYZ 68.25 76.37 11.14 -
YUV 209.48 9.78 159.04 -
System Red Green Blue C M Y K H S L
Decimal 253 228 0 0 0.10 1 0.01 54.07 1 0.5
Hex FD E4 0 0 A 64 1 36 64 32
Octal 375 344 0 0 12 144 1 66 144 62
Binary 11111101 11100100 0 0 1010 1100100 1 110110 1100100 110010

Color Harmonies of #FDE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE400

Black with #FDE400

Text Example


Text Example

White with #FDE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE400; }

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

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

background-color css

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

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

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

border-color css

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

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

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