Html Css Color HEX #FEC20E Golden Poppy

📋 copy color: '#FEC20E'

red 254 ◦ green 194 ◦ blue 14

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

Shades of Golden Poppy #FEC20E

Tints of Golden Poppy #FEC20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 54.98%
G = 41.99%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEC20E (or 0xFEC20E) is known color: Golden Poppy. HEX triplet: FE, C2 and 0E. RGB value is (254,194,14). Sum of RGB (Red+Green+Blue) = 254+194+14=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC20E is #013DF1. Grayscale: #C0C0C0. Windows color (decimal): -81394 or 967422. OLE color: 967422.

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

Color convert

RGB 254 194 14 -
CMYK 0 0.24 0.94 0.00
HSL 45º 0.99% 0.53% -
HSV(B) 45º 0.94% 1% -
XYZ 60.24 59.69 8.76 -
YUV 191.42 27.88 172.64 -
System Red Green Blue C M Y K H S L
Decimal 254 194 14 0 0.24 0.94 0.00 45 0.99 0.53
Hex FE C2 E 0 18 5E 0 2D 63 35
Octal 376 302 16 0 30 136 0 55 143 65
Binary 11111110 11000010 1110 0 11000 1011110 0 101101 1100011 110101

Color Harmonies of #FEC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC20E

Black with #FEC20E

Text Example


Text Example

White with #FEC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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