Html Css Color HEX #FEC607 Golden Poppy

📋 copy color: '#FEC607'

red 254 ◦ green 198 ◦ blue 7

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

Shades of Golden Poppy #FEC607

Tints of Golden Poppy #FEC607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.53%

R = 55.34%
G = 43.14%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEC607 (or 0xFEC607) is known color: Golden Poppy. HEX triplet: FE, C6 and 07. RGB value is (254,198,7). Sum of RGB (Red+Green+Blue) = 254+198+7=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 7 (3.12% from 255 or 1.53% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC607 is #0139F8. Grayscale: #C1C1C1. Windows color (decimal): -80377 or 509694. OLE color: 509694.

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

Color convert

RGB 254 198 7 -
CMYK 0 0.22 0.97 0.00
HSL 46.4º 0.99% 0.51% -
HSV(B) 46.4º 0.97% 1% -
XYZ 61.11 61.47 8.85 -
YUV 192.97 23.05 171.53 -
System Red Green Blue C M Y K H S L
Decimal 254 198 7 0 0.22 0.97 0.00 46.4 0.99 0.51
Hex FE C6 7 0 16 61 0 2E 63 33
Octal 376 306 7 0 26 141 0 56 143 63
Binary 11111110 11000110 111 0 10110 1100001 0 101110 1100011 110011

Color Harmonies of #FEC607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC607

Black with #FEC607

Text Example


Text Example

White with #FEC607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC607; }

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

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

background-color css

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

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

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

border-color css

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

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

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