Html Css Color HEX #FEC413 Golden Poppy

📋 copy color: '#FEC413'

red 254 ◦ green 196 ◦ blue 19

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

Shades of Golden Poppy #FEC413

Tints of Golden Poppy #FEC413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.05%

R = 54.16%
G = 41.79%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEC413 (or 0xFEC413) is known color: Golden Poppy. HEX triplet: FE, C4 and 13. RGB value is (254,196,19). Sum of RGB (Red+Green+Blue) = 254+196+19=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 19 (7.81% from 255 or 4.05% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC413 is #013BEC. Grayscale: #C1C1C1. Windows color (decimal): -80877 or 1295614. OLE color: 1295614.

HSL color Cylindrical-coordinate representation of color #FEC413: hue angle of 45.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEC413 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 196 19 -
CMYK 0 0.23 0.93 0.00
HSL 45.19º 0.99% 0.54% -
HSV(B) 45.19º 0.93% 1% -
XYZ 60.73 60.6 9.11 -
YUV 193.16 29.72 171.39 -
System Red Green Blue C M Y K H S L
Decimal 254 196 19 0 0.23 0.93 0.00 45.19 0.99 0.54
Hex FE C4 13 0 17 5D 0 2D 63 36
Octal 376 304 23 0 27 135 0 55 143 66
Binary 11111110 11000100 10011 0 10111 1011101 0 101101 1100011 110110

Color Harmonies of #FEC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC413

Black with #FEC413

Text Example


Text Example

White with #FEC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC413; }

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

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

background-color css

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

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

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

border-color css

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

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

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