Html Css Color HEX #FEC600 Golden Poppy

📋 copy color: '#FEC600'

red 254 ◦ green 198 ◦ blue 0

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

Shades of Golden Poppy #FEC600

Tints of Golden Poppy #FEC600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.19%
G = 43.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEC600 (or 0xFEC600) is known color: Golden Poppy. HEX triplet: FE, C6 and 00. RGB value is (254,198,0). Sum of RGB (Red+Green+Blue) = 254+198+0=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC600 is #0139FF. Grayscale: #C1C1C1. Windows color (decimal): -80384 or 50942. OLE color: 50942.

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

Color convert

RGB 254 198 0 -
CMYK 0 0.22 1 0.00
HSL 46.77º 1% 0.5% -
HSV(B) 46.77º 1% 1% -
XYZ 61.07 61.46 8.64 -
YUV 192.17 19.55 172.1 -
System Red Green Blue C M Y K H S L
Decimal 254 198 0 0 0.22 1 0.00 46.77 1 0.5
Hex FE C6 0 0 16 64 0 2F 64 32
Octal 376 306 0 0 26 144 0 57 144 62
Binary 11111110 11000110 0 0 10110 1100100 0 101111 1100100 110010

Color Harmonies of #FEC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC600

Black with #FEC600

Text Example


Text Example

White with #FEC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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