Html Css Color HEX #FEC406 Golden Poppy

📋 copy color: '#FEC406'

red 254 ◦ green 196 ◦ blue 6

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

Shades of Golden Poppy #FEC406

Tints of Golden Poppy #FEC406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 55.7%
G = 42.98%
B = 1.32%

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

#FEC406 (or 0xFEC406) is known color: Golden Poppy. HEX triplet: FE, C4 and 06. RGB value is (254,196,6). Sum of RGB (Red+Green+Blue) = 254+196+6=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC406 is #013BF9. Grayscale: #C0C0C0. Windows color (decimal): -80890 or 443646. OLE color: 443646.

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

Color convert

RGB 254 196 6 -
CMYK 0 0.23 0.98 0.00
HSL 45.97º 0.99% 0.51% -
HSV(B) 45.97º 0.98% 1% -
XYZ 60.65 60.56 8.67 -
YUV 191.68 23.22 172.45 -
System Red Green Blue C M Y K H S L
Decimal 254 196 6 0 0.23 0.98 0.00 45.97 0.99 0.51
Hex FE C4 6 0 17 62 0 2E 63 33
Octal 376 304 6 0 27 142 0 56 143 63
Binary 11111110 11000100 110 0 10111 1100010 0 101110 1100011 110011

Color Harmonies of #FEC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC406

Black with #FEC406

Text Example


Text Example

White with #FEC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC406; }

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

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

background-color css

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

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

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

border-color css

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

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

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