Html Css Color HEX #FEC200 Golden Poppy

📋 copy color: '#FEC200'

red 254 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #FEC200

Tints of Golden Poppy #FEC200

RGB

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

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

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

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

#FEC200 (or 0xFEC200) is known color: Golden Poppy. HEX triplet: FE, C2 and 00. RGB value is (254,194,0). Sum of RGB (Red+Green+Blue) = 254+194+0=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC200 is #013DFF. Grayscale: #BEBEBE. Windows color (decimal): -81408 or 49918. OLE color: 49918.

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

Color convert

RGB 254 194 0 -
CMYK 0 0.24 1 0.00
HSL 45.83º 1% 0.5% -
HSV(B) 45.83º 1% 1% -
XYZ 60.16 59.65 8.34 -
YUV 189.82 20.88 173.77 -
System Red Green Blue C M Y K H S L
Decimal 254 194 0 0 0.24 1 0.00 45.83 1 0.5
Hex FE C2 0 0 18 64 0 2E 64 32
Octal 376 302 0 0 30 144 0 56 144 62
Binary 11111110 11000010 0 0 11000 1100100 0 101110 1100100 110010

Color Harmonies of #FEC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC200

Black with #FEC200

Text Example


Text Example

White with #FEC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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