Html Css Color HEX #FEDD00 Golden Yellow

📋 copy color: '#FEDD00'

red 254 ◦ green 221 ◦ blue 0

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

Shades of Golden Yellow #FEDD00

Tints of Golden Yellow #FEDD00

RGB

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

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

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

R = 53.47%
G = 46.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEDD00 (or 0xFEDD00) is known color: Golden Yellow. HEX triplet: FE, DD and 00. RGB value is (254,221,0). Sum of RGB (Red+Green+Blue) = 254+221+0=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD00 is #0122FF. Grayscale: #CECECE. Windows color (decimal): -74496 or 56830. OLE color: 56830.

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

Color convert

RGB 254 221 0 -
CMYK 0 0.13 1 0.00
HSL 52.2º 1% 0.5% -
HSV(B) 52.2º 1% 1% -
XYZ 66.73 72.78 10.53 -
YUV 205.67 11.93 162.47 -
System Red Green Blue C M Y K H S L
Decimal 254 221 0 0 0.13 1 0.00 52.2 1 0.5
Hex FE DD 0 0 D 64 0 34 64 32
Octal 376 335 0 0 15 144 0 64 144 62
Binary 11111110 11011101 0 0 1101 1100100 0 110100 1100100 110010

Color Harmonies of #FEDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD00

Black with #FEDD00

Text Example


Text Example

White with #FEDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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