Html Css Color HEX #FEDC08 Golden Yellow

📋 copy color: '#FEDC08'

red 254 ◦ green 220 ◦ blue 8

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

Shades of Golden Yellow #FEDC08

Tints of Golden Yellow #FEDC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.66%

R = 52.7%
G = 45.64%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEDC08 (or 0xFEDC08) is known color: Golden Yellow. HEX triplet: FE, DC and 08. RGB value is (254,220,8). Sum of RGB (Red+Green+Blue) = 254+220+8=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC08 is #0123F7. Grayscale: #CECECE. Windows color (decimal): -74744 or 580862. OLE color: 580862.

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

Color convert

RGB 254 220 8 -
CMYK 0 0.13 0.97 0.00
HSL 51.71º 0.99% 0.51% -
HSV(B) 51.71º 0.97% 1% -
XYZ 66.51 72.27 10.67 -
YUV 206 16.26 162.24 -
System Red Green Blue C M Y K H S L
Decimal 254 220 8 0 0.13 0.97 0.00 51.71 0.99 0.51
Hex FE DC 8 0 D 61 0 34 63 33
Octal 376 334 10 0 15 141 0 64 143 63
Binary 11111110 11011100 1000 0 1101 1100001 0 110100 1100011 110011

Color Harmonies of #FEDC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC08

Black with #FEDC08

Text Example


Text Example

White with #FEDC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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