Html Css Color HEX #FEC201 Golden Poppy

📋 copy color: '#FEC201'

red 254 ◦ green 194 ◦ blue 1

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

Shades of Golden Poppy #FEC201

Tints of Golden Poppy #FEC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 56.57%
G = 43.21%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEC201 (or 0xFEC201) is known color: Golden Poppy. HEX triplet: FE, C2 and 01. RGB value is (254,194,1). Sum of RGB (Red+Green+Blue) = 254+194+1=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 1 (0.78% from 255 or 0.22% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC201 is #013DFE. Grayscale: #BEBEBE. Windows color (decimal): -81407 or 115454. OLE color: 115454.

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

Color convert

RGB 254 194 1 -
CMYK 0 0.24 1.00 0.00
HSL 45.77º 0.99% 0.5% -
HSV(B) 45.77º 1% 1% -
XYZ 60.17 59.66 8.37 -
YUV 189.94 21.38 173.69 -
System Red Green Blue C M Y K H S L
Decimal 254 194 1 0 0.24 1.00 0.00 45.77 0.99 0.5
Hex FE C2 1 0 18 64 0 2E 63 32
Octal 376 302 1 0 30 144 0 56 143 62
Binary 11111110 11000010 1 0 11000 1100100 0 101110 1100011 110010

Color Harmonies of #FEC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC201

Black with #FEC201

Text Example


Text Example

White with #FEC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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