Html Css Color HEX #FEC411 Golden Poppy

📋 copy color: '#FEC411'

red 254 ◦ green 196 ◦ blue 17

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

Shades of Golden Poppy #FEC411

Tints of Golden Poppy #FEC411

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 17 (7.03% from 255) = 3.64%

R = 54.39%
G = 41.97%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEC411 (or 0xFEC411) is known color: Golden Poppy. HEX triplet: FE, C4 and 11. RGB value is (254,196,17). Sum of RGB (Red+Green+Blue) = 254+196+17=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC411 is #013BEE. Grayscale: #C1C1C1. Windows color (decimal): -80879 or 1164542. OLE color: 1164542.

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

Color convert

RGB 254 196 17 -
CMYK 0 0.23 0.93 0.00
HSL 45.32º 0.99% 0.53% -
HSV(B) 45.32º 0.93% 1% -
XYZ 60.71 60.59 9.03 -
YUV 192.94 28.72 171.55 -
System Red Green Blue C M Y K H S L
Decimal 254 196 17 0 0.23 0.93 0.00 45.32 0.99 0.53
Hex FE C4 11 0 17 5D 0 2D 63 35
Octal 376 304 21 0 27 135 0 55 143 65
Binary 11111110 11000100 10001 0 10111 1011101 0 101101 1100011 110101

Color Harmonies of #FEC411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC411

Black with #FEC411

Text Example


Text Example

White with #FEC411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC411; }

 p { color: rgb(254,196,17); }

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

background-color css

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

 a { background-color: rgb(254,196,17); }

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

border-color css

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

 span { border-color: rgb(254,196,17); }

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