Html Css Color HEX #FDE004 Golden Yellow

📋 copy color: '#FDE004'

red 253 ◦ green 224 ◦ blue 4

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

Shades of Golden Yellow #FDE004

Tints of Golden Yellow #FDE004

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 52.6%
G = 46.57%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDE004 (or 0xFDE004) is known color: Golden Yellow. HEX triplet: FD, E0 and 04. RGB value is (253,224,4). Sum of RGB (Red+Green+Blue) = 253+224+4=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 4 (1.95% from 255 or 0.83% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE004 is #021FFB. Grayscale: #D0D0D0. Windows color (decimal): -139260 or 319741. OLE color: 319741.

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

Color convert

RGB 253 224 4 -
CMYK 0 0.11 0.98 0.01
HSL 53.01º 0.98% 0.5% -
HSV(B) 53.01º 0.98% 0.99% -
XYZ 67.19 74.2 10.9 -
YUV 207.59 13.11 160.39 -
System Red Green Blue C M Y K H S L
Decimal 253 224 4 0 0.11 0.98 0.01 53.01 0.98 0.5
Hex FD E0 4 0 B 62 1 35 62 32
Octal 375 340 4 0 13 142 1 65 142 62
Binary 11111101 11100000 100 0 1011 1100010 1 110101 1100010 110010

Color Harmonies of #FDE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE004

Black with #FDE004

Text Example


Text Example

White with #FDE004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE004; }

 p { color: rgb(253,224,4); }

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

background-color css

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

 a { background-color: rgb(253,224,4); }

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

border-color css

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

 span { border-color: rgb(253,224,4); }

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