Html Css Color HEX #FEC100 Golden Poppy

📋 copy color: '#FEC100'

red 254 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #FEC100

Tints of Golden Poppy #FEC100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.82%
G = 43.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEC100 (or 0xFEC100) is known color: Golden Poppy. HEX triplet: FE, C1 and 00. RGB value is (254,193,0). Sum of RGB (Red+Green+Blue) = 254+193+0=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 0 (0.39% from 255 or 0% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC100 is #013EFF. Grayscale: #BEBEBE. Windows color (decimal): -81664 or 49662. OLE color: 49662.

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

Color convert

RGB 254 193 0 -
CMYK 0 0.24 1 0.00
HSL 45.59º 1% 0.5% -
HSV(B) 45.59º 1% 1% -
XYZ 59.94 59.21 8.27 -
YUV 189.24 21.21 174.19 -
System Red Green Blue C M Y K H S L
Decimal 254 193 0 0 0.24 1 0.00 45.59 1 0.5
Hex FE C1 0 0 18 64 0 2E 64 32
Octal 376 301 0 0 30 144 0 56 144 62
Binary 11111110 11000001 0 0 11000 1100100 0 101110 1100100 110010

Color Harmonies of #FEC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC100

Black with #FEC100

Text Example


Text Example

White with #FEC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC100; }

 p { color: rgb(254,193,0); }

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

background-color css

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

 a { background-color: rgb(254,193,0); }

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

border-color css

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

 span { border-color: rgb(254,193,0); }

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