Html Css Color HEX #FEC708 Golden Poppy

📋 copy color: '#FEC708'

red 254 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #FEC708

Tints of Golden Poppy #FEC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 55.1%
G = 43.17%
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

#FEC708 (or 0xFEC708) is known color: Golden Poppy. HEX triplet: FE, C7 and 08. RGB value is (254,199,8). Sum of RGB (Red+Green+Blue) = 254+199+8=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC708 is #0138F7. Grayscale: #C2C2C2. Windows color (decimal): -80120 or 575486. OLE color: 575486.

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

Color convert

RGB 254 199 8 -
CMYK 0 0.22 0.97 0.00
HSL 46.59º 0.99% 0.51% -
HSV(B) 46.59º 0.97% 1% -
XYZ 61.34 61.94 8.95 -
YUV 193.67 23.22 171.03 -
System Red Green Blue C M Y K H S L
Decimal 254 199 8 0 0.22 0.97 0.00 46.59 0.99 0.51
Hex FE C7 8 0 16 61 0 2F 63 33
Octal 376 307 10 0 26 141 0 57 143 63
Binary 11111110 11000111 1000 0 10110 1100001 0 101111 1100011 110011

Color Harmonies of #FEC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC708

Black with #FEC708

Text Example


Text Example

White with #FEC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC708; }

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

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

background-color css

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

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

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

border-color css

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

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

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