Html Css Color HEX #FEC512 Golden Poppy

📋 copy color: '#FEC512'

red 254 ◦ green 197 ◦ blue 18

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

Shades of Golden Poppy #FEC512

Tints of Golden Poppy #FEC512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.84%

R = 54.16%
G = 42%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEC512 (or 0xFEC512) is known color: Golden Poppy. HEX triplet: FE, C5 and 12. RGB value is (254,197,18). Sum of RGB (Red+Green+Blue) = 254+197+18=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC512 is #013AED. Grayscale: #C2C2C2. Windows color (decimal): -80622 or 1230334. OLE color: 1230334.

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

Color convert

RGB 254 197 18 -
CMYK 0 0.22 0.93 0.00
HSL 45.51º 0.99% 0.53% -
HSV(B) 45.51º 0.93% 1% -
XYZ 60.95 61.05 9.14 -
YUV 193.64 28.88 171.05 -
System Red Green Blue C M Y K H S L
Decimal 254 197 18 0 0.22 0.93 0.00 45.51 0.99 0.53
Hex FE C5 12 0 16 5D 0 2E 63 35
Octal 376 305 22 0 26 135 0 56 143 65
Binary 11111110 11000101 10010 0 10110 1011101 0 101110 1100011 110101

Color Harmonies of #FEC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC512

Black with #FEC512

Text Example


Text Example

White with #FEC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC512; }

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

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

background-color css

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

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

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

border-color css

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

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

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