Html Css Color HEX #FEC404 Golden Poppy

📋 copy color: '#FEC404'

red 254 ◦ green 196 ◦ blue 4

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

Shades of Golden Poppy #FEC404

Tints of Golden Poppy #FEC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 55.95%
G = 43.17%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEC404 (or 0xFEC404) is known color: Golden Poppy. HEX triplet: FE, C4 and 04. RGB value is (254,196,4). Sum of RGB (Red+Green+Blue) = 254+196+4=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC404 is #013BFB. Grayscale: #C0C0C0. Windows color (decimal): -80892 or 312574. OLE color: 312574.

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

Color convert

RGB 254 196 4 -
CMYK 0 0.23 0.98 0.00
HSL 46.08º 0.99% 0.51% -
HSV(B) 46.08º 0.98% 1% -
XYZ 60.63 60.56 8.61 -
YUV 191.45 22.22 172.61 -
System Red Green Blue C M Y K H S L
Decimal 254 196 4 0 0.23 0.98 0.00 46.08 0.99 0.51
Hex FE C4 4 0 17 62 0 2E 63 33
Octal 376 304 4 0 27 142 0 56 143 63
Binary 11111110 11000100 100 0 10111 1100010 0 101110 1100011 110011

Color Harmonies of #FEC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC404

Black with #FEC404

Text Example


Text Example

White with #FEC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC404; }

 p { color: rgb(254,196,4); }

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

background-color css

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

 a { background-color: rgb(254,196,4); }

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

border-color css

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

 span { border-color: rgb(254,196,4); }

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