Html Css Color HEX #FEC20A Golden Poppy

📋 copy color: '#FEC20A'

red 254 ◦ green 194 ◦ blue 10

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

Shades of Golden Poppy #FEC20A

Tints of Golden Poppy #FEC20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 55.46%
G = 42.36%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEC20A (or 0xFEC20A) is known color: Golden Poppy. HEX triplet: FE, C2 and 0A. RGB value is (254,194,10). Sum of RGB (Red+Green+Blue) = 254+194+10=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC20A is #013DF5. Grayscale: #BFBFBF. Windows color (decimal): -81398 or 705278. OLE color: 705278.

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

Color convert

RGB 254 194 10 -
CMYK 0 0.24 0.96 0.00
HSL 45.25º 0.99% 0.52% -
HSV(B) 45.25º 0.96% 1% -
XYZ 60.22 59.68 8.63 -
YUV 190.96 25.88 172.96 -
System Red Green Blue C M Y K H S L
Decimal 254 194 10 0 0.24 0.96 0.00 45.25 0.99 0.52
Hex FE C2 A 0 18 60 0 2D 63 34
Octal 376 302 12 0 30 140 0 55 143 64
Binary 11111110 11000010 1010 0 11000 1100000 0 101101 1100011 110100

Color Harmonies of #FEC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC20A

Black with #FEC20A

Text Example


Text Example

White with #FEC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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