Html Css Color HEX #FEC604 Golden Poppy

📋 copy color: '#FEC604'

red 254 ◦ green 198 ◦ blue 4

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

Shades of Golden Poppy #FEC604

Tints of Golden Poppy #FEC604

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 55.7%
G = 43.42%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEC604 (or 0xFEC604) is known color: Golden Poppy. HEX triplet: FE, C6 and 04. RGB value is (254,198,4). Sum of RGB (Red+Green+Blue) = 254+198+4=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC604 is #0139FB. Grayscale: #C1C1C1. Windows color (decimal): -80380 or 313086. OLE color: 313086.

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

Color convert

RGB 254 198 4 -
CMYK 0 0.22 0.98 0.00
HSL 46.56º 0.99% 0.51% -
HSV(B) 46.56º 0.98% 1% -
XYZ 61.09 61.47 8.76 -
YUV 192.63 21.55 171.77 -
System Red Green Blue C M Y K H S L
Decimal 254 198 4 0 0.22 0.98 0.00 46.56 0.99 0.51
Hex FE C6 4 0 16 62 0 2F 63 33
Octal 376 306 4 0 26 142 0 57 143 63
Binary 11111110 11000110 100 0 10110 1100010 0 101111 1100011 110011

Color Harmonies of #FEC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC604

Black with #FEC604

Text Example


Text Example

White with #FEC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC604; }

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

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

background-color css

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

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

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

border-color css

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

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

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