Html Css Color HEX #FEC408 Golden Poppy

📋 copy color: '#FEC408'

red 254 ◦ green 196 ◦ blue 8

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

Shades of Golden Poppy #FEC408

Tints of Golden Poppy #FEC408

RGB

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

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

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

R = 55.46%
G = 42.79%
B = 1.75%

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

#FEC408 (or 0xFEC408) is known color: Golden Poppy. HEX triplet: FE, C4 and 08. RGB value is (254,196,8). Sum of RGB (Red+Green+Blue) = 254+196+8=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 8 (3.52% from 255 or 1.75% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC408 is #013BF7. Grayscale: #C0C0C0. Windows color (decimal): -80888 or 574718. OLE color: 574718.

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

Color convert

RGB 254 196 8 -
CMYK 0 0.23 0.97 0.00
HSL 45.85º 0.99% 0.51% -
HSV(B) 45.85º 0.97% 1% -
XYZ 60.66 60.57 8.72 -
YUV 191.91 24.22 172.29 -
System Red Green Blue C M Y K H S L
Decimal 254 196 8 0 0.23 0.97 0.00 45.85 0.99 0.51
Hex FE C4 8 0 17 61 0 2E 63 33
Octal 376 304 10 0 27 141 0 56 143 63
Binary 11111110 11000100 1000 0 10111 1100001 0 101110 1100011 110011

Color Harmonies of #FEC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC408

Black with #FEC408

Text Example


Text Example

White with #FEC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC408; }

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

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

background-color css

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

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

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

border-color css

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

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

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