Html Css Color HEX #FEC508 Golden Poppy

📋 copy color: '#FEC508'

red 254 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #FEC508

Tints of Golden Poppy #FEC508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 55.34%
G = 42.92%
B = 1.74%

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

#FEC508 (or 0xFEC508) is known color: Golden Poppy. HEX triplet: FE, C5 and 08. RGB value is (254,197,8). Sum of RGB (Red+Green+Blue) = 254+197+8=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 8 (3.52% from 255 or 1.74% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC508 is #013AF7. Grayscale: #C1C1C1. Windows color (decimal): -80632 or 574974. OLE color: 574974.

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

Color convert

RGB 254 197 8 -
CMYK 0 0.22 0.97 0.00
HSL 46.1º 0.99% 0.51% -
HSV(B) 46.1º 0.97% 1% -
XYZ 60.88 61.02 8.8 -
YUV 192.5 23.88 171.87 -
System Red Green Blue C M Y K H S L
Decimal 254 197 8 0 0.22 0.97 0.00 46.1 0.99 0.51
Hex FE C5 8 0 16 61 0 2E 63 33
Octal 376 305 10 0 26 141 0 56 143 63
Binary 11111110 11000101 1000 0 10110 1100001 0 101110 1100011 110011

Color Harmonies of #FEC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC508

Black with #FEC508

Text Example


Text Example

White with #FEC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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