Html Css Color HEX #FEC401 Golden Poppy

📋 copy color: '#FEC401'

red 254 ◦ green 196 ◦ blue 1

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

Shades of Golden Poppy #FEC401

Tints of Golden Poppy #FEC401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 56.32%
G = 43.46%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEC401 (or 0xFEC401) is known color: Golden Poppy. HEX triplet: FE, C4 and 01. RGB value is (254,196,1). Sum of RGB (Red+Green+Blue) = 254+196+1=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC401 is #013BFE. Grayscale: #BFBFBF. Windows color (decimal): -80895 or 115966. OLE color: 115966.

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

Color convert

RGB 254 196 1 -
CMYK 0 0.23 1.00 0.00
HSL 46.25º 0.99% 0.5% -
HSV(B) 46.25º 1% 1% -
XYZ 60.62 60.55 8.52 -
YUV 191.11 20.72 172.86 -
System Red Green Blue C M Y K H S L
Decimal 254 196 1 0 0.23 1.00 0.00 46.25 0.99 0.5
Hex FE C4 1 0 17 64 0 2E 63 32
Octal 376 304 1 0 27 144 0 56 143 62
Binary 11111110 11000100 1 0 10111 1100100 0 101110 1100011 110010

Color Harmonies of #FEC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC401

Black with #FEC401

Text Example


Text Example

White with #FEC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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