Html Css Color HEX #FEC504 Golden Poppy

📋 copy color: '#FEC504'

red 254 ◦ green 197 ◦ blue 4

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

Shades of Golden Poppy #FEC504

Tints of Golden Poppy #FEC504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.3%

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

R = 55.82%
G = 43.3%
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

#FEC504 (or 0xFEC504) is known color: Golden Poppy. HEX triplet: FE, C5 and 04. RGB value is (254,197,4). Sum of RGB (Red+Green+Blue) = 254+197+4=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 4 (1.95% from 255 or 0.88% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC504 is #013AFB. Grayscale: #C0C0C0. Windows color (decimal): -80636 or 312830. OLE color: 312830.

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

Color convert

RGB 254 197 4 -
CMYK 0 0.22 0.98 0.00
HSL 46.32º 0.99% 0.51% -
HSV(B) 46.32º 0.98% 1% -
XYZ 60.86 61.01 8.68 -
YUV 192.04 21.88 172.19 -
System Red Green Blue C M Y K H S L
Decimal 254 197 4 0 0.22 0.98 0.00 46.32 0.99 0.51
Hex FE C5 4 0 16 62 0 2E 63 33
Octal 376 305 4 0 26 142 0 56 143 63
Binary 11111110 11000101 100 0 10110 1100010 0 101110 1100011 110011

Color Harmonies of #FEC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC504

Black with #FEC504

Text Example


Text Example

White with #FEC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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