Html Css Color HEX #FEC60E Golden Poppy

📋 copy color: '#FEC60E'

red 254 ◦ green 198 ◦ blue 14

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

Shades of Golden Poppy #FEC60E

Tints of Golden Poppy #FEC60E

RGB

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

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

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

R = 54.51%
G = 42.49%
B = 3%

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

#FEC60E (or 0xFEC60E) is known color: Golden Poppy. HEX triplet: FE, C6 and 0E. RGB value is (254,198,14). Sum of RGB (Red+Green+Blue) = 254+198+14=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 14 (5.86% from 255 or 3.00% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC60E is #0139F1. Grayscale: #C2C2C2. Windows color (decimal): -80370 or 968446. OLE color: 968446.

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

Color convert

RGB 254 198 14 -
CMYK 0 0.22 0.94 0.00
HSL 46º 0.99% 0.53% -
HSV(B) 46º 0.94% 1% -
XYZ 61.15 61.49 9.06 -
YUV 193.77 26.55 170.96 -
System Red Green Blue C M Y K H S L
Decimal 254 198 14 0 0.22 0.94 0.00 46 0.99 0.53
Hex FE C6 E 0 16 5E 0 2E 63 35
Octal 376 306 16 0 26 136 0 56 143 65
Binary 11111110 11000110 1110 0 10110 1011110 0 101110 1100011 110101

Color Harmonies of #FEC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC60E

Black with #FEC60E

Text Example


Text Example

White with #FEC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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