Html Css Color HEX #FEC70A Golden Poppy

📋 copy color: '#FEC70A'

red 254 ◦ green 199 ◦ blue 10

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

Shades of Golden Poppy #FEC70A

Tints of Golden Poppy #FEC70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.16%

R = 54.86%
G = 42.98%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEC70A (or 0xFEC70A) is known color: Golden Poppy. HEX triplet: FE, C7 and 0A. RGB value is (254,199,10). Sum of RGB (Red+Green+Blue) = 254+199+10=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70A is #0138F5. Grayscale: #C2C2C2. Windows color (decimal): -80118 or 706558. OLE color: 706558.

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

Color convert

RGB 254 199 10 -
CMYK 0 0.22 0.96 0.00
HSL 46.48º 0.99% 0.52% -
HSV(B) 46.48º 0.96% 1% -
XYZ 61.35 61.94 9.01 -
YUV 193.9 24.22 170.87 -
System Red Green Blue C M Y K H S L
Decimal 254 199 10 0 0.22 0.96 0.00 46.48 0.99 0.52
Hex FE C7 A 0 16 60 0 2E 63 34
Octal 376 307 12 0 26 140 0 56 143 64
Binary 11111110 11000111 1010 0 10110 1100000 0 101110 1100011 110100

Color Harmonies of #FEC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC70A

Black with #FEC70A

Text Example


Text Example

White with #FEC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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