Html Css Color HEX #FEC210 Golden Poppy

📋 copy color: '#FEC210'

red 254 ◦ green 194 ◦ blue 16

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

Shades of Golden Poppy #FEC210

Tints of Golden Poppy #FEC210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.45%

R = 54.74%
G = 41.81%
B = 3.45%

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

#FEC210 (or 0xFEC210) is known color: Golden Poppy. HEX triplet: FE, C2 and 10. RGB value is (254,194,16). Sum of RGB (Red+Green+Blue) = 254+194+16=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 16 (6.64% from 255 or 3.45% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC210 is #013DEF. Grayscale: #C0C0C0. Windows color (decimal): -81392 or 1098494. OLE color: 1098494.

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

Color convert

RGB 254 194 16 -
CMYK 0 0.24 0.94 0.00
HSL 44.87º 0.99% 0.53% -
HSV(B) 44.87º 0.94% 1% -
XYZ 60.26 59.69 8.84 -
YUV 191.65 28.88 172.47 -
System Red Green Blue C M Y K H S L
Decimal 254 194 16 0 0.24 0.94 0.00 44.87 0.99 0.53
Hex FE C2 10 0 18 5E 0 2D 63 35
Octal 376 302 20 0 30 136 0 55 143 65
Binary 11111110 11000010 10000 0 11000 1011110 0 101101 1100011 110101

Color Harmonies of #FEC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC210

Black with #FEC210

Text Example


Text Example

White with #FEC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC210; }

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

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

background-color css

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

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

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

border-color css

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

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

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