Html Css Color HEX #FEDC0C Golden Yellow

📋 copy color: '#FEDC0C'

red 254 ◦ green 220 ◦ blue 12

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

Shades of Golden Yellow #FEDC0C

Tints of Golden Yellow #FEDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.47%

R = 52.26%
G = 45.27%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEDC0C (or 0xFEDC0C) is known color: Golden Yellow. HEX triplet: FE, DC and 0C. RGB value is (254,220,12). Sum of RGB (Red+Green+Blue) = 254+220+12=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC0C is #0123F3. Grayscale: #CFCFCF. Windows color (decimal): -74740 or 843006. OLE color: 843006.

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

Color convert

RGB 254 220 12 -
CMYK 0 0.13 0.95 0.00
HSL 51.57º 0.99% 0.52% -
HSV(B) 51.57º 0.95% 1% -
XYZ 66.53 72.28 10.79 -
YUV 206.45 18.26 161.91 -
System Red Green Blue C M Y K H S L
Decimal 254 220 12 0 0.13 0.95 0.00 51.57 0.99 0.52
Hex FE DC C 0 D 5F 0 34 63 34
Octal 376 334 14 0 15 137 0 64 143 64
Binary 11111110 11011100 1100 0 1101 1011111 0 110100 1100011 110100

Color Harmonies of #FEDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC0C

Black with #FEDC0C

Text Example


Text Example

White with #FEDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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