Html Css Color HEX #FEDC07 Golden Yellow

📋 copy color: '#FEDC07'

red 254 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #FEDC07

Tints of Golden Yellow #FEDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.81%
G = 45.74%
B = 1.46%

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

#FEDC07 (or 0xFEDC07) is known color: Golden Yellow. HEX triplet: FE, DC and 07. RGB value is (254,220,7). Sum of RGB (Red+Green+Blue) = 254+220+7=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC07 is #0123F8. Grayscale: #CECECE. Windows color (decimal): -74745 or 515326. OLE color: 515326.

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

Color convert

RGB 254 220 7 -
CMYK 0 0.13 0.97 0.00
HSL 51.74º 0.99% 0.51% -
HSV(B) 51.74º 0.97% 1% -
XYZ 66.5 72.27 10.65 -
YUV 205.88 15.76 162.32 -
System Red Green Blue C M Y K H S L
Decimal 254 220 7 0 0.13 0.97 0.00 51.74 0.99 0.51
Hex FE DC 7 0 D 61 0 34 63 33
Octal 376 334 7 0 15 141 0 64 143 63
Binary 11111110 11011100 111 0 1101 1100001 0 110100 1100011 110011

Color Harmonies of #FEDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC07

Black with #FEDC07

Text Example


Text Example

White with #FEDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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