Html Css Color HEX #FEC711 Golden Poppy

📋 copy color: '#FEC711'

red 254 ◦ green 199 ◦ blue 17

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

Shades of Golden Poppy #FEC711

Tints of Golden Poppy #FEC711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.62%

R = 54.04%
G = 42.34%
B = 3.62%

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

#FEC711 (or 0xFEC711) is known color: Golden Poppy. HEX triplet: FE, C7 and 11. RGB value is (254,199,17). Sum of RGB (Red+Green+Blue) = 254+199+17=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 17 (7.03% from 255 or 3.62% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC711 is #0138EE. Grayscale: #C3C3C3. Windows color (decimal): -80111 or 1165310. OLE color: 1165310.

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

Color convert

RGB 254 199 17 -
CMYK 0 0.22 0.93 0.00
HSL 46.08º 0.99% 0.53% -
HSV(B) 46.08º 0.93% 1% -
XYZ 61.4 61.96 9.25 -
YUV 194.7 27.72 170.3 -
System Red Green Blue C M Y K H S L
Decimal 254 199 17 0 0.22 0.93 0.00 46.08 0.99 0.53
Hex FE C7 11 0 16 5D 0 2E 63 35
Octal 376 307 21 0 26 135 0 56 143 65
Binary 11111110 11000111 10001 0 10110 1011101 0 101110 1100011 110101

Color Harmonies of #FEC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC711

Black with #FEC711

Text Example


Text Example

White with #FEC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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