Html Css Color HEX #FEDC06 Golden Yellow

📋 copy color: '#FEDC06'

red 254 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #FEDC06

Tints of Golden Yellow #FEDC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 52.92%
G = 45.83%
B = 1.25%

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

#FEDC06 (or 0xFEDC06) is known color: Golden Yellow. HEX triplet: FE, DC and 06. RGB value is (254,220,6). Sum of RGB (Red+Green+Blue) = 254+220+6=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 6 (2.73% from 255 or 1.25% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC06 is #0123F9. Grayscale: #CECECE. Windows color (decimal): -74746 or 449790. OLE color: 449790.

HSL color Cylindrical-coordinate representation of color #FEDC06: hue angle of 51.77º 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 #FEDC06 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 6 -
CMYK 0 0.13 0.98 0.00
HSL 51.77º 0.99% 0.51% -
HSV(B) 51.77º 0.98% 1% -
XYZ 66.5 72.27 10.62 -
YUV 205.77 15.26 162.4 -
System Red Green Blue C M Y K H S L
Decimal 254 220 6 0 0.13 0.98 0.00 51.77 0.99 0.51
Hex FE DC 6 0 D 62 0 34 63 33
Octal 376 334 6 0 15 142 0 64 143 63
Binary 11111110 11011100 110 0 1101 1100010 0 110100 1100011 110011

Color Harmonies of #FEDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC06

Black with #FEDC06

Text Example


Text Example

White with #FEDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC06; }

 p { color: rgb(254,220,6); }

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

background-color css

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

 a { background-color: rgb(254,220,6); }

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

border-color css

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

 span { border-color: rgb(254,220,6); }

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