#FAC811

Color #FAC811 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #FAC811

Tints of Golden Poppy #FAC811

Color information

#FAC811 (or 0xFAC811) is unknown color: approx Golden Poppy. HEX triplet: FA, C8 and 11. RGB value is (250,200,17). Sum of RGB (Red+Green+Blue) = 250+200+17=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC811 is #0537EE. Grayscale: #C2C2C2. Windows color (decimal): -341999 or 1165562. OLE color: 1165562.

HSL color Cylindrical-coordinate representation of color #FAC811: hue angle of 47.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAC811 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB25020017-
CMYK00.20.930.02
HSL47.12º95.88%52.35%-
HSV(B)47.12º93.2%98.04%-
XYZ60.1861.679.26-
YUV194.0928.07167.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.53%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 17 (7.03% from 255) = 3.64%
R=53.53%
G=42.83%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502001700.20.930.0247.1295.8852.35
HexFAC8110145D22f6034
Octal3723102102413525714064
Binary1111101011001000100010101001011101101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC811; }

 p { color: rgb(250,200,17); }

 H1.HeaderClassName
 {
   color: #FAC811;
 }
 .AnyTagClassName
 {
   color: #FAC811;
 }
</style>
background-color css

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

 a { background-color: rgb(250,200,17); }

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

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

 span { border-color: rgb(250,200,17); }

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