#FEDC07

Color #FEDC07 Golden Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Yellow #FEDC07

Tints of Golden Yellow #FEDC07

Color information

#FEDC07 (or 0xFEDC07) is unknown color: approx 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

RGB2542207-
CMYK00.130.970.00
HSL51.74º99.2%51.18%-
HSV(B)51.74º97.24%99.61%-
XYZ66.572.2710.65-
YUV205.8815.76162.32-

RGB Variations

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

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.12% from 255) = 1.46%
R=52.81%
G=45.74%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254220700.130.970.0051.7499.251.18
HexFEDC70D610346333
Octal376334701514106414363
Binary111111101101110011101101110000101101001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>