Html Css Color HEX #FEDD04 Golden Yellow

📋 copy color: '#FEDD04'

red 254 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #FEDD04

Tints of Golden Yellow #FEDD04

RGB

 RED value IS 254 (99.61% from 255) = 53.03%

 GREEN value IS 221 (86.72% from 255) = 46.14%

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

R = 53.03%
G = 46.14%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEDD04 (or 0xFEDD04) is known color: Golden Yellow. HEX triplet: FE, DD and 04. RGB value is (254,221,4). Sum of RGB (Red+Green+Blue) = 254+221+4=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 4 (1.95% from 255 or 0.84% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD04 is #0122FB. Grayscale: #CFCFCF. Windows color (decimal): -74492 or 318974. OLE color: 318974.

HSL color Cylindrical-coordinate representation of color #FEDD04: hue angle of 52.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEDD04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 4 -
CMYK 0 0.13 0.98 0.00
HSL 52.08º 0.99% 0.51% -
HSV(B) 52.08º 0.98% 1% -
XYZ 66.75 72.79 10.65 -
YUV 206.13 13.93 162.14 -
System Red Green Blue C M Y K H S L
Decimal 254 221 4 0 0.13 0.98 0.00 52.08 0.99 0.51
Hex FE DD 4 0 D 62 0 34 63 33
Octal 376 335 4 0 15 142 0 64 143 63
Binary 11111110 11011101 100 0 1101 1100010 0 110100 1100011 110011

Color Harmonies of #FEDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD04

Black with #FEDD04

Text Example


Text Example

White with #FEDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD04; }

 p { color: rgb(254,221,4); }

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

background-color css

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

 a { background-color: rgb(254,221,4); }

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

border-color css

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

 span { border-color: rgb(254,221,4); }

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