Html Css Color HEX #FEC507 Golden Poppy

📋 copy color: '#FEC507'

red 254 ◦ green 197 ◦ blue 7

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

Shades of Golden Poppy #FEC507

Tints of Golden Poppy #FEC507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 55.46%
G = 43.01%
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

#FEC507 (or 0xFEC507) is known color: Golden Poppy. HEX triplet: FE, C5 and 07. RGB value is (254,197,7). Sum of RGB (Red+Green+Blue) = 254+197+7=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 7 (3.12% from 255 or 1.53% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC507 is #013AF8. Grayscale: #C1C1C1. Windows color (decimal): -80633 or 509438. OLE color: 509438.

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

Color convert

RGB 254 197 7 -
CMYK 0 0.22 0.97 0.00
HSL 46.15º 0.99% 0.51% -
HSV(B) 46.15º 0.97% 1% -
XYZ 60.88 61.02 8.77 -
YUV 192.38 23.38 171.95 -
System Red Green Blue C M Y K H S L
Decimal 254 197 7 0 0.22 0.97 0.00 46.15 0.99 0.51
Hex FE C5 7 0 16 61 0 2E 63 33
Octal 376 305 7 0 26 141 0 56 143 63
Binary 11111110 11000101 111 0 10110 1100001 0 101110 1100011 110011

Color Harmonies of #FEC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC507

Black with #FEC507

Text Example


Text Example

White with #FEC507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC507; }

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

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

background-color css

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

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

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

border-color css

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

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

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