Html Css Color HEX #FEC60C Golden Poppy

📋 copy color: '#FEC60C'

red 254 ◦ green 198 ◦ blue 12

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

Shades of Golden Poppy #FEC60C

Tints of Golden Poppy #FEC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 54.74%
G = 42.67%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEC60C (or 0xFEC60C) is known color: Golden Poppy. HEX triplet: FE, C6 and 0C. RGB value is (254,198,12). Sum of RGB (Red+Green+Blue) = 254+198+12=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC60C is #0139F3. Grayscale: #C2C2C2. Windows color (decimal): -80372 or 837374. OLE color: 837374.

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

Color convert

RGB 254 198 12 -
CMYK 0 0.22 0.95 0.00
HSL 46.12º 0.99% 0.52% -
HSV(B) 46.12º 0.95% 1% -
XYZ 61.13 61.49 8.99 -
YUV 193.54 25.55 171.12 -
System Red Green Blue C M Y K H S L
Decimal 254 198 12 0 0.22 0.95 0.00 46.12 0.99 0.52
Hex FE C6 C 0 16 5F 0 2E 63 34
Octal 376 306 14 0 26 137 0 56 143 64
Binary 11111110 11000110 1100 0 10110 1011111 0 101110 1100011 110100

Color Harmonies of #FEC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC60C

Black with #FEC60C

Text Example


Text Example

White with #FEC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC60C; }

 p { color: rgb(254,198,12); }

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

background-color css

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

 a { background-color: rgb(254,198,12); }

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

border-color css

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

 span { border-color: rgb(254,198,12); }

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