Html Css Color HEX #FEC50E Golden Poppy

📋 copy color: '#FEC50E'

red 254 ◦ green 197 ◦ blue 14

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

Shades of Golden Poppy #FEC50E

Tints of Golden Poppy #FEC50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.37%

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

R = 54.62%
G = 42.37%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEC50E (or 0xFEC50E) is known color: Golden Poppy. HEX triplet: FE, C5 and 0E. RGB value is (254,197,14). Sum of RGB (Red+Green+Blue) = 254+197+14=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC50E is #013AF1. Grayscale: #C1C1C1. Windows color (decimal): -80626 or 968190. OLE color: 968190.

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

Color convert

RGB 254 197 14 -
CMYK 0 0.22 0.94 0.00
HSL 45.75º 0.99% 0.53% -
HSV(B) 45.75º 0.94% 1% -
XYZ 60.92 61.04 8.99 -
YUV 193.18 26.88 171.38 -
System Red Green Blue C M Y K H S L
Decimal 254 197 14 0 0.22 0.94 0.00 45.75 0.99 0.53
Hex FE C5 E 0 16 5E 0 2E 63 35
Octal 376 305 16 0 26 136 0 56 143 65
Binary 11111110 11000101 1110 0 10110 1011110 0 101110 1100011 110101

Color Harmonies of #FEC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC50E

Black with #FEC50E

Text Example


Text Example

White with #FEC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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