Html Css Color HEX #FEC407 Golden Poppy

📋 copy color: '#FEC407'

red 254 ◦ green 196 ◦ blue 7

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

Shades of Golden Poppy #FEC407

Tints of Golden Poppy #FEC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.89%

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

R = 55.58%
G = 42.89%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEC407 (or 0xFEC407) is known color: Golden Poppy. HEX triplet: FE, C4 and 07. RGB value is (254,196,7). Sum of RGB (Red+Green+Blue) = 254+196+7=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC407 is #013BF8. Grayscale: #C0C0C0. Windows color (decimal): -80889 or 509182. OLE color: 509182.

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

Color convert

RGB 254 196 7 -
CMYK 0 0.23 0.97 0.00
HSL 45.91º 0.99% 0.51% -
HSV(B) 45.91º 0.97% 1% -
XYZ 60.65 60.57 8.69 -
YUV 191.8 23.72 172.37 -
System Red Green Blue C M Y K H S L
Decimal 254 196 7 0 0.23 0.97 0.00 45.91 0.99 0.51
Hex FE C4 7 0 17 61 0 2E 63 33
Octal 376 304 7 0 27 141 0 56 143 63
Binary 11111110 11000100 111 0 10111 1100001 0 101110 1100011 110011

Color Harmonies of #FEC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC407

Black with #FEC407

Text Example


Text Example

White with #FEC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC407; }

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

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

background-color css

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

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

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

border-color css

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

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

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