Html Css Color HEX #FEC60A Golden Poppy

📋 copy color: '#FEC60A'

red 254 ◦ green 198 ◦ blue 10

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

Shades of Golden Poppy #FEC60A

Tints of Golden Poppy #FEC60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.86%

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

R = 54.98%
G = 42.86%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEC60A (or 0xFEC60A) is known color: Golden Poppy. HEX triplet: FE, C6 and 0A. RGB value is (254,198,10). Sum of RGB (Red+Green+Blue) = 254+198+10=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC60A is #0139F5. Grayscale: #C2C2C2. Windows color (decimal): -80374 or 706302. OLE color: 706302.

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

Color convert

RGB 254 198 10 -
CMYK 0 0.22 0.96 0.00
HSL 46.23º 0.99% 0.52% -
HSV(B) 46.23º 0.96% 1% -
XYZ 61.12 61.48 8.93 -
YUV 193.31 24.55 171.29 -
System Red Green Blue C M Y K H S L
Decimal 254 198 10 0 0.22 0.96 0.00 46.23 0.99 0.52
Hex FE C6 A 0 16 60 0 2E 63 34
Octal 376 306 12 0 26 140 0 56 143 64
Binary 11111110 11000110 1010 0 10110 1100000 0 101110 1100011 110100

Color Harmonies of #FEC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC60A

Black with #FEC60A

Text Example


Text Example

White with #FEC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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